| 00:20 | <TabAtkins> | MikeSmith: ooh looks nice, will review tomorrow, thanks |
| 00:20 | <TabAtkins> | (was on vacation last week and am having trouble getting back into the swing this week, sorry) |
| 00:43 | <MikeSmith> | TabAtkins: no rush, thanks much! |
| 16:51 | <annevk> | Domenic: what's the remaining problem with littledan's scheme for import-attributes? |
| 16:52 | <Domenic> | annevk: all of my comments at https://github.com/whatwg/html/issues/5640#issuecomment-648906833 stand still |
| 16:53 | <annevk> | Domenic: I don't think so? |
| 16:53 | <Domenic> | annevk: the contortions they're layering on to avoid using the spec's existing infrastructure are still not really acceptable to me. |
| 16:55 | <annevk> | Domenic: it seems pretty straightforward to me; you store the response in the map, if the type matches, you store the parsed module; no poisoning, no problems with parallel (there's a single fetch), no problems with deduplication (still happens) |