23:43
<bakkot>
Is it intentional that a service worker can add the COOP/COEP headers? I don't think it violates the security model, and I definitely appreciate that it does so I can get SAB working on github pages or wherever, but I want to confirm before I rely on it too much.
23:45
<bakkot>
And if it doesn't violate the security model, was there any discussion of letting you do the same thing with a META tag? That's a lot nicer than spinning up a service worker, especially since service workers don't compose at all
23:46
<bakkot>
(if there was not such a discussion, would that be a reasonable thing to propose? I can try to write up a PR if it sounds coherent and there's any interest.)