Skip to content

The run method no longer blocks deno

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Mar 23:40

This release fixes improves #5 and no longer blocks deno execution by making a custom rust op for WebView.run() and making it async. WebView.run() is no longer a sync method but returns a Promise which may break some existing code.