| 08:38 | <howdoi> | is there a way to distinguish proxy object vs normal ones? |
| 09:49 | Ms2ger | wonders what the Hotlist-Interop label in chromium's issue tracker is for |
| 10:10 | <philipj> | Ms2ger: https://critic.hoppipolla.co.uk/r/5488 is for you :) |
| 10:11 | <Ms2ger> | Thanks! |
| 10:51 | <MikeSmith> | beverloo: thanks for the clarification. figured I had to be missing something :) |
| 10:51 | <beverloo> | we were quite bummed when we found out :( |
| 10:52 | <beverloo> | eventually we'll get icons on buttons as well :) for now, however, buttons would be a grand start. People could try to fiddle around with emoji instead. |
| 11:03 | <MikeSmith> | beverloo: yeah I guess we got a ways to go still on notifications behavior & features |
| 12:24 | <Ms2ger> | philipj, did the ChildNode parts, will look at the ParentNode parts in a bit |
| 12:27 | <philipj> | yay Ms2ger! |
| 12:28 | <philipj> | paritosh-in: have you used Critic before? You can just push changes to your pull request on GitHub to update https://critic.hoppipolla.co.uk/r/5488 |
| 12:42 | <paritosh-in> | philipj: Ah, I haven't used it before.. |
| 12:46 | <Ms2ger> | paritosh-in, just don't force-push before we're ready to merge and all should be fine :) |
| 12:47 | <MikeSmith> | or rebase |
| 12:48 | <Ms2ger> | Rebase implies force push, but indeed |
| 13:49 | <paritosh-in> | Ms2ger: I updated the pull request |
| 13:50 | <Ms2ger> | Thank you |
| 14:17 | <Krinkle> | Hm.. does fetch() not have a way to know whether a request failed to foreign domains? |
| 14:18 | <Krinkle> | it seems that fetch(.., {mode: 'no-cors'}) yields the same for a 200 OK as a 404 not found |
| 14:20 | <Krinkle> | new Image() does expose onload/onerror; |
| 14:27 | <Ms2ger> | paritosh-in, reviewed more :) |
| 14:53 | <Ms2ger> | Should we pull https://github.com/Ygg01/xml5_draft into whatwg already? |
| 14:57 | <wanderview> | Krinkle: I believe opaque responses (mode:no-cors) hide all data by design... annevk (not here) is probably the person to ask for more details |
| 15:10 | <Krinkle> | wanderview: Yeah, I was hoping to get a boolean status out of it at least but no luck |
| 15:10 | <Krinkle> | e.g. promise reject |
| 15:10 | <Krinkle> | but it always fulfills and always with the same information |
| 15:10 | <Krinkle> | which is per the fetch() spec for no-cors |
| 15:10 | <Krinkle> | so that makes sense |
| 15:42 | <wanderview> | Krinkle: I think there are security concerns about leaking cross-origin info when CORS is not used... I don't really understand them all |
| 16:58 | <TabAtkins> | howdoi: Intentionally, no. |
| 16:58 | <TabAtkins> | That's the point of proxies. |