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
It's hard to use the wasm version of Canvas implementation on edge; because the size of the current implementation for canvas in npm is huge and slow.
It would be nice if the runtime provide the native OffscreenCanvas API.
OffscreenCanvas
The text was updated successfully, but these errors were encountered:
I'm not sure if that's common enough (is it?) though in any case we can specify what subset of the API server runtimes implement if they implement it
Sorry, something went wrong.
Firefox implementation is still WIP https://bugzilla.mozilla.org/show_bug.cgi?id=1390089.
No branches or pull requests
It's hard to use the wasm version of Canvas implementation on edge; because the size of the current implementation for canvas in npm is huge and slow.
It would be nice if the runtime provide the native
OffscreenCanvas
API.The text was updated successfully, but these errors were encountered: