As a follow-up to https://github.com/jupyterlite/xeus/pull/87, we should check if it's possible to test accessing the contents with the new approach via the SharedArrayBuffer.
Maybe by using an addition server via the Playwright webServer config section, with a server that enables the COOP / COEP headers:
As a follow-up to https://github.com/jupyterlite/xeus/pull/87, we should check if it's possible to test accessing the contents with the new approach via the
SharedArrayBuffer
.Maybe by using an addition server via the Playwright
webServer
config section, with a server that enables the COOP / COEP headers:https://github.com/jupyterlite/xeus/blob/22278fc5a0a1f506611da2d6ffeae03bd0f1181d/ui-tests/playwright.config.js#L15-L22