Hacker News new | ask | show | jobs
by Scaevolus 1105 days ago
There's a JS/WASM polyfill for JXL, but it involves some fragile hacks like MutationObserver and canvas writes, has worse performance than native code, and tends to crash Chrome.
1 comments

Why would MutationObserver be necessary to display a static image in a <canvas>?