Liza Katz
Liza Katz
I tested this out on a local `webpack` project, serving files with these headers: ``` devServer: { headers: { 'Cross-Origin-Opener-Policy': 'same-origin', 'Cross-Origin-Embedder-Policy': 'require-corp', }, }, ``` And indeed, this causes...
Sweet, I'll keep track. Let me know if I can help there in any way!
I am working on a similar effort myself, lets cooperate! More specifically, I wanted to use this project as a basis for an SDK that allows one to run semantic...
@mechanik-daniel is this still relevant?