10:41
<smaug>
I wonder how to fix Observables to work with preventDefault(). I think that is a blocker
15:50
<annevk>
smaug: I thought that worked unless you switched to promises?
15:54
<smaug>
exactly, the part of the API using Promises breaks it
16:02
<annevk>
smaug: https://github.com/WICG/observable/issues/170 might also be of interest
16:50
<Yoav Weiss>
I'm working through this comment on the dynamic import maps PR, and I'm realizing that it's not clear to me if the normalized scope prefixes could actually be an absolute URL, and whether that URL could be coming from a different origin/site than the top-level site loading the script. AFAICT the answer to that is yes, but I'm failing to find tests to that effect