09:42
<annevk>
sideshowbarker: could you maybe ping Sam (W3C) somehow to get https://github.com/w3c/webappsec-subresource-integrity/pull/110 unstuck?
09:43
<sideshowbarker>
sideshowbarker: could you maybe ping Sam (W3C) somehow to get https://github.com/w3c/webappsec-subresource-integrity/pull/110 unstuck?
Yup
14:21
<Noam Rosenthal>
annevk: hi! Thinking about https://github.com/w3c/resource-hints/issues/74 (purpose header), how can we resolve this? Seems a bit of a bikeshed
14:24
<annevk>
Noam Rosenthal: needs some commitment from Chromium and Gecko I think. You want to lowercase the value there btw as that is somewhat significant for request headers.
14:26
<annevk>
Noam Rosenthal: (potentially the destination could be "prefetch", but maybe that doesn't make sense; been too long since I thought about this)
15:04
<Noam Rosenthal>
annevk: I can tick the Chromium box, I'll see what Gecko folks say. thanks!
Re. destination, yea I think it needs to be prefetch, will think it through a bit
15:05
<annevk>
Noam Rosenthal: note that if that's the case we don't need a new request header
15:06
<Noam Rosenthal>
annevk: because of Sec-Fetch-Dest?
15:07
<annevk>
Yeah
16:27
<Sam Sneddon [:gsnedders]>
is there any index of (IDL-defined) APIs such that I could look for "HTMLDocument#xmlStandalone" and find where it is defined, if anywhere? ideally also including inheritance/mixins?
16:28
<Ms2ger 💉💉💉>
https://dontcallmedom.github.io/webdex/ maybe?
16:30
<annevk>
Sam Sneddon [:gsnedders]: it's removed: https://dom.spec.whatwg.org/#dom-document-xmlstandalone
16:30
<Sam Sneddon [:gsnedders]>
Sam Sneddon [:gsnedders]: it's removed: https://dom.spec.whatwg.org/#dom-document-xmlstandalone
I specifically mean "where is there a global index" and just used that as an example, rather than that case specifically
16:35
<annevk>
Sam Sneddon [:gsnedders]: grep -r someFeature interfaces/ in wpt?