00:17 | <Domenic> | It is kind of understandable that SVGRect is not serializable though. It is not a plain object; it has an inner connection to a SVG element. And serializing that across realm boundaries is tricky. |
00:17 | <Domenic> | DOMRect is very simple though and could be made serializable. |
00:17 | <Domenic> | I believe the spec still says SVGRect is simple but this was a misstep in the spec and they need to change it back to match implementations https://github.com/w3c/svgwg/issues/706 |
00:17 | <Domenic> | We ran into this in jsdom |
00:18 | <Andreu Botella (he/they)> | TIL |
08:12 | <annevk> | Luca Casonato: I guess it's strictly speaking not defined, yeah |
09:26 | <annevk> | Luca Casonato: given that people notice it we might still want to define it though |
09:29 | <Luca Casonato> | I guess we could. The current spec language makes what Deno does the most obvious thing to do I think, as headers in the inner header list are not concatenated. Chrome and FF both concatenate the headers on the wire it seems. I didn’t check Safari or Cloudflare Workers |
09:36 | <Luca Casonato> | And annevk, as for who noticed that: the author of node-fetch. Have received no reports from “regular” users who are not intimately familiar with the fetch spec. |
09:39 | <annevk> | Yeah fair |
09:40 | <annevk> | Combining is also tricky for Set-Cookie, though that's tricky anyway atm |
11:26 | <csarven> | Is it possible to request target in asterisk-form (OPTIONS * ) with fetch, xhr (or another)? Any pointers on history/discussion would be great. |
12:35 | <annevk> | csarven: it's not possible, don't recall discussion |
20:47 | <sideshowbarker> | Would it be inaccurate to describe the WebIDL readonly keyword as essentially meaning “not assignable”? |
23:24 | <EveryOS> | sideshowbarker: It's accurate |