09:19 | <Jake Archibald> | sideshowbarker: Origin will be added to same-origin CORS requests - no, I'm wrong |
09:28 | <Jake Archibald> | Same-origin CORS requests have their response tainting set to "basic ", so they don't get an origin header |
09:30 | <evilpie> | For non-GET requests we do need to set the header though, the current spec is not web compatible https://github.com/whatwg/fetch/issues/1022 |
11:04 | <sideshowbarker> | emilio: https://stackoverflow.com/questions/73275184/enable-shared-array-buffer-in-cross-domain any clues? |
11:57 | <emilio> | Not off the top of my head |
12:05 | <sideshowbarker> | Yeah I took a quick look at the Gecko sources in the hope it might be easy to see what conditions would lead to that error message being emitted, but that quick look was enough to see that a much longer look would be needed to figure it out.. |
13:04 | <Noam Rosenthal> | Doesn't he also need allow="cross-origin-isolated" on the iframe? |
14:53 | <zcorpan> | Hello again whatwg |
14:55 | <Ms2ger 💉💉> | \o |
17:23 | <snek> | is there no property on KeyboardEvent that matches cmd on macs and ctrl on everything else |
17:23 | <snek> | i really do not want to do os detection lol |