Open trungleduc opened 2 months ago
cc @DerThorsten
@trungleduc so if you can make this part async then we of course can just use fetch I assume that part here
export default plugins;
is the problem
Thanks @DerThorsten, i will open a PR to fix this issue.
Description
getJson
helper is usingXMLHttpRequest
synchronously, which is deprecated and does not work well with service worker. Is there any technical season to avoid async call here or can we convert this function to usefetch
?https://github.com/jupyterlite/xeus/blob/6504866ceb6b89000f3786f59dcb2e343bfb88c0/src/index.ts#L15-L20