I would like to use isomorphic-git with BrowserFS on Kintone (which does not support module imports). I do not control the script tags but that’s how they are included in the resulting page : Then, I initialize BrowserFS to use the IndexedDB of the browser as its filesystem : Finally, I use dynamic import for the isomorphic-git module: When I