03:17 | <Domenic> | for this test https://github.com/web-platform-tests/wpt/blob/master/fetch/api/abort/general.any.js#L507 isn't duplex: 'half' needed in fetch options to make it reject with a DOMException rather than a typeerror? It also appears to be failing on all browsers |
07:22 | <annevk> | Well, we do require specifying duplex if you supply a stream. |
07:23 | <annevk> | So I think that test probably needs to be modified. At least, I'd assume it throws a TypeError in Chrome. |
07:25 | <annevk> | https://github.com/web-platform-tests/wpt/pull/36268 is the PR for that test. Thanks @khafra:matrix.org |
08:40 | <sideshowbarker> | hsivonen: r? https://github.com/validator/htmlparser/pull/75 |
14:51 | <Dominic Farolino> | I know there's been discussion about the errors we sometimes see with the style sheets not being fully loaded from the SW |
14:51 | <Dominic Farolino> | I loaded a spec today with DevTools open and came across this, not sure if it gives any new insight into what's going on /cc annevk |
15:01 | <Dominic Farolino> | Btw I am reproducing this on every navigation to a spec as long as I have DevTools open |
15:20 | <annevk> | Dominic Farolino: how old could this storage data be? |
22:33 | <Andreu Botella> | TabAtkins: Hey, could you take a look at https://github.com/w3c/csswg-drafts/pull/7801 and possibly merge it? |
22:33 | <Andreu Botella> | MDN depends on it |
22:34 | <TabAtkins> | thanks for ping, I'd entirely missed that. merged |
22:34 | <Andreu Botella> | thanks |