hiroshige-g
hiroshige-g
"|" is not a valid URL code point. https://url.spec.whatwg.org/#url-code-points Also related to #14 that proposes adding " " which is also not a valid URL code point.
How about introducing a predefined layered API (say std:test) for testing Layered API infrastructure? std:test does something (i.e. has a side effect when evaluated), such as incrementing a global variable....
`ModuleWorkerHandler` in [`third_party/wpt_tools/wpt/tools/serve/serve.py` ](https://github.com/web-platform-tests/wpt/blob/master/tools/serve/serve.py) generates a worker script like: ``` self.GLOBAL = { isWindow: function() { return false; }, isWorker: function() { return true; }, isShadowRealm: function() { return false;...
Add the context/decision in #112 and fixes #112. *** Preview | Diff
https://mimesniff.spec.whatwg.org/#json-mime-type defines JSON MIME Types as: - `application/json` - `text/json` - `*/*+json` But I'm wondering whether it's better to limit the third case to `application/*+json` or something, or not, mainly...