import { Webview } from "https://deno.land/x/webview@0.8.1/src/webview.ts";
Evaluates arbitrary JavaScript code. Evaluation happens asynchronously, also the result of the expression is ignored. Use Webview.bind | bindings if you want to receive notifications about the results of the evaluation.