Commit 64577a6
authored
Replace prefetch logic (#251)
- Completely asyncify the preload logic
- Move all file loading and caching to BrowserFileLoader
- BrowserFileLoader._blobDataCache now holds temporary promises while the data is still loaded
- BrowserFileLoader._loadBlob now does a retry with timeout in-place without the need for a separate global retry1 parent 181f3cc commit 64577a6
1 file changed
+124
-175
lines changed
0 commit comments