00:04 | <Domenic> | Sounds like a problem with their extensive compilation stack |
00:54 | <sideshowbarker> | Domenic: ok, so that “The base URL is about:blank because import() is called from a CORS-cross-origin script” message isn’t coming from the browser? |
00:54 | <Domenic> | It may, or may not, dunno. But it's totally undecipherable what their actual code is after the tooling gets done with it |
00:55 | <sideshowbarker> | OK |
00:56 | <sideshowbarker> | (and a naive grep through chromium sources doesn’t find any matches for that message text, but that could be because of line breaks or how the message string is constructed) |
01:09 | <sideshowbarker> | ah, found it at https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/script/dynamic_module_resolver.cc;l=239 |
01:15 | <sideshowbarker> | https://source.chromium.org/chromium/chromium/src/+/09e82ae40f8408bd6e7b4b4cd011b7447edc1ba2 |
01:16 | <sideshowbarker> | https://github.com/whatwg/html/issues/5751 |