wintercg / proposal-common-minimum-api

https://common-min-api.proposal.wintercg.org/
Other
216 stars 15 forks source link

OffscreenCanvas #26

Open Brooooooklyn opened 1 year ago

Brooooooklyn commented 1 year ago

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.

benjamingr commented 1 year ago

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

guest271314 commented 1 year ago

Firefox implementation is still WIP https://bugzilla.mozilla.org/show_bug.cgi?id=1390089.