Anne van Kesteren

Results 403 issues of Anne van Kesteren

See https://github.com/w3c/preload/issues/114. It seems like Early Hints could potentially violate policies. Or perhaps 1xx responses need to be recommended to also include CSP policies?

early-hints

Firefox is feeling forced to support whitespace without quotes in the filename parameter of the Content-Disposition header. See https://bugzilla.mozilla.org/show_bug.cgi?id=1440677. In https://bugs.chromium.org/p/chromium/issues/detail?id=1006345 @MattMenke2 suggests removing whitespace without quotes support is not...

Currently https://fetch.spec.whatwg.org/#concept-http-network-fetch ignores all 1xx responses, it seems this would have to be changed somehow, assuming this is to be adopted in user agents implementing Fetch. It would also have...

early-hints

It seems nicer if it could map to a byte sequence, or is that not something that exists? (Same for `ArrayBuffer` I suppose.)

From https://github.com/WebAssembly/design/issues/1261: > In https://github.com/tc39/ecma262/issues/1435 I detailed an approach the HTML community is planning on taking for reenabling ECMAScript's SharedArrayBuffer. This also affects Wasm if Wasm ever gets its own...

Both AB and SAB are. It seems a tad weird that their Memory-fronted counterparts are not analogous, but then I don't really know much about WebAssembly so it might well...

IDL does not have a SharedArrayBuffer type. I think this has to be `[AllowShared] ArrayBuffer`, but see https://github.com/heycam/webidl/issues/865. (I was surprised this wasn't caught in Firefox, but I think Firefox...

Please update the README to provide some accurate pointers for the various specification proposals here. I'm sure there's something describing `WebAssembly.Memory({ shared: true })` but I cannot find it.

Otherwise this can lead to an XSS endpoint on naïve server implementations. Validating the MIME type of the response seems like good practice and ensures the response cannot be used...

I noticed you have a great set of translations of WHATWG standards. Would you mind if they were linked from the English version? E.g., https://notifications.spec.whatwg.org/ points to a Simplified Chinese...