Tom Schuster

Results 34 issues of 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...

help wanted
Content:WebAPI
time: -30mins

### 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...

help wanted
Content:WebAPI
time: -3hr

## 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...

help wanted
time: -30mins
Content:wasm
community

With thanks to https://zmedley.com/calling-rust.html for showing me how to do this.

Light Mode: ![image](https://github.com/PolyMeilex/rfd/assets/296445/b5cb15e9-9b6f-4fe3-9507-9687d6f537b5) Dark mode: ![image](https://github.com/PolyMeilex/rfd/assets/296445/03bc2152-db7e-4742-b443-1046d68527e3)

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...

desktop
input

### 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...