| 01:59 | <MikeSmith> | annevk: didn't know about https://w3c-html-ig-zh.github.io/notifications/whatwg/ but it looks like the work of Zhang (who contributes a lot to wpt, including reviews). He gets a lot done |
| 11:41 | <annevk> | I wonder if we should link to known translations somehow |
| 11:42 | <annevk> | While acknowledging they are not as up-to-date or normative |
| 13:09 | <nox> | annevk: Knowing about them could help keeping them up-to-date. |
| 21:13 | <Mitar> | I have a question about Fetch API and caching and I wonder if this is the issue of the spec or of Chrome implementation (on which I am testing). But the issue is that if I make a fetch request for the resource, caching headers are not send along it. So if the resource returns etag and things like that, I would assume that if I do fetch for that URL, browser would add necessary If-None-Match header automatically. But this does not happen no matter which "cach |
| 21:18 | <Mitar> | oh, it seems it is chrome bug: https://code.google.com/p/chromium/issues/detail?id=451664 |
| 21:19 | <Mitar> | https://code.google.com/p/chromium/issues/detail?id=453190 |