We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey folks,
just tested the latest version of deno (on ubuntu) with the example provided in the github README of webview_deno and failed with following error:
error: Uncaught (in promise) TypeError: Invalid FFI pointer type, expected null, integer or BigInt sys.symbols.webview_navigate( ^ at Webview.navigate (https://deno.land/x/webview@0.7.3/src/webview.ts:204:17) at https://deno.land/x/webview@0.7.3/examples/local.ts:13:9
Is the latest version of webview_deno (v0.7.3 as of now) just not compatible yet, or am I doing something wrong?
Kind regards @lukas-runge
The text was updated successfully, but these errors were encountered:
There's a breaking change in latest deno release. Also having the same issue.
Sorry, something went wrong.
No branches or pull requests
Hey folks,
just tested the latest version of deno (on ubuntu) with the example provided in the github README of webview_deno and failed with following error:
Is the latest version of webview_deno (v0.7.3 as of now) just not compatible yet, or am I doing something wrong?
Kind regards
@lukas-runge
The text was updated successfully, but these errors were encountered: