You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let global = cx.global()
.get(&mut cx, "URL")?
.downcast_or_throw::<JsFunction, _>(&mut cx)?;
let url: Handle<JsString> = cx.string("https://neon-bindings.com");
let result = ctor.construct(&mut cx, vec![url]);
I find global is not used, and next ctor is not definition
The text was updated successfully, but these errors were encountered:
I find
global
is not used, and nextctor
is not definitionThe text was updated successfully, but these errors were encountered: