Tom Schuster
Tom Schuster
### MDN URL https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API/Multiple_items ### What specific section or headline is this issue about? _No response_ ### What information was incorrect, unhelpful, or incomplete? At some point all the moz...
### MDN URL https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement ### What specific section or headline is this issue about? Events ### What information was incorrect, unhelpful, or incomplete? The `cancel` event is missing. ### What...
## What page(s) did you find the problem on? https://developer.mozilla.org/en-US/docs/WebAssembly/Caching_modules https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/instantiate > shared via [postMessage()](https://developer.mozilla.org/en-US/docs/Web/API/Worker/postMessage) or [cached in IndexedDB](https://developer.mozilla.org/en-US/docs/WebAssembly/Caching_modules). There are probably more references, probably best to search for indexedDB...
With thanks to https://zmedley.com/calling-rust.html for showing me how to do this.
Light Mode:  Dark mode: 
This is mostly a proof-of-concept, because I totally fail at playing Super Mario without a gamepad. We probably need to do some kind of per-game/swf remapping logic to actually make...
### What is the issue with the URL Standard? After Firefox shipped the new standard URL parser in [Firefox 122](https://bugzilla.mozilla.org/show_bug.cgi?id=1603699), we have received multiple bug reports about external protocol handlers...
### What is the issue with the Streams Standard? There is a test for TansformStream cancel (#1283) called > readable.cancel() and a parallel writable.close() should reject if a transformer.cancel() calls...
At least on Linux looking up the font "Times New Roman" with `select_family_by_name` doesn't find the fallback font "Tinos". On the other hand: - `fc-match "Times New Roman"` finds it...
A few tests hang in SpiderMonkey and just occupy an agent forever. Aside: I tried doing something like `--hostArgs="-e 'timeout(3)'", but that doesn't work here because host-arguments are appended after...