jvilk / BrowserFS

BrowserFS is an in-browser filesystem that emulates the Node JS filesystem API and supports storing and retrieving files from various backends.
Other
3.06k stars 216 forks source link

Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. #329

Closed jinseok9338 closed 9 months ago

jinseok9338 commented 1 year ago

Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/ .

I got the issue above when I set my readable db as HttpRequest. I hope this issue fixed in the future. I am wondering who is maintaining this repo. I find this repo extremly useful

james-pre commented 9 months ago

Fixed in 589949c