07:10 | <sideshowbarker> | I’d appreciate if anybody can make a bit of free time to do a technical review of the current contents of https://pr27547.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/Web_Workers_API/Functions_and_classes_available_to_workers Specifically, if you see anything listed there erroneously, or if you see anything not listed that should be included. The diff is at https://github.com/mdn/content/pull/27547/files and the change is intended to align with the existing content at https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API#web_workers_concepts_and_usage (And yeah, those are two different articles and the content is basically getting duplicated across those two articles, and maybe ideally it should be in one place instead, rather than being duplicated. And personally have never reviewed the existing content in the Web_Workers_API article (that the change in this current PR is aligning with), so I also don’t know if it’s accurate and complete — but if it’s not, then any fixes we make to the PR can later be ported to the Web_Workers_API too.) |
14:48 | <Dominic Farolino> | annevk: is WebKit still planning on marking https://github.com/WebKit/standards-positions/issues/197 as positive? |
14:57 | <Dominic Farolino> | Why can't dictionary types be nullable when used as function parameters? https://webidl.spec.whatwg.org/#idl-nullable-type:~:text=Note%3A%20Although%20dictionary%20types%20can%20in%20general%20be%20nullable%2C%20they%20cannot%20when%20used%20as%20the%20type%20of%20an%20operation%20argument%20or%20a%20dictionary%20member |
14:58 | <annevk> | Dominic Farolino: dictionaries are always given, a nullable dictionary would be quite weird |
15:51 | <Dominic Farolino> | Oh, does null convert into an empty dict then? |
15:53 | <Jeffrey Yasskin> | Oh, does null convert into an empty dict then? |
19:14 | <Jeffrey Yasskin> | When building a URL's query string in a specification, should we have folks use https://url.spec.whatwg.org/#concept-urlencoded-serializer, or is there something better to use that limits its encoding to the 'component percent-encode set'? (https://github.com/WICG/turtledove/issues/650#issuecomment-1608007877) |