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
$ deno run -Ar --unstable https://deno.land/x/webview/examples/local.ts
Error:
error: TS2345 [ERROR]: Argument of type '{ url: string; }' is not assignable to parameter of type 'boolean | undefined'.
Type '{ url: string; }' is not assignable to type 'true'.
{ url: `data:text/html,${encodeURIComponent(html)}` },
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
at https://deno.land/x/[email protected]/examples/local.ts:12:3
Well, this is maybe just a typescript related problem.
Running the example (without type checking):
$ deno run -Ar --unstable --no-check https://deno.land/x/webview/examples/local.ts
Error:
error: Uncaught (in promise) TypeError: Deno.openPlugin is not a function
return Deno.openPlugin(file.path);
^
at Module.prepare (https://deno.land/x/[email protected]/plug.ts:85:15)
at async https://deno.land/x/[email protected]/plugin.ts:8:73
This library have potential but it looks like it's abandoned
The text was updated successfully, but these errors were encountered:
Running the example:
Error:
Well, this is maybe just a typescript related problem.
Running the example (without type checking):
Error:
This library have potential but it looks like it's abandoned
The text was updated successfully, but these errors were encountered: