ExidexE
Denoβ€’3y agoβ€’
1 reply
Exidex

HandleScope in async op

Is there a way to get v8::HandleScope inside async op
if I add it as
scope: &mut v8::HandleScope<'a>,

it errors with following error
195 | #[op]
    | ^^^^^ the trait `Deserialize<'_>` is not implemented for `&mut HandleScope<'_>`
Was this page helpful?