You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, this may be an obvious problem, but I don't quite understand.
I used your library in my project, but when I open Chrome Developer Tools, the console will get a 404 exception and the file cannot be downloaded. Then, I tried to copy your sample code locally, and opened a local server, and found that the same problem occurs. Fortunately, I accidentally closed the developer tools in Chrome and found that the problem disappeared and everything worked fine in my project.
The text was updated successfully, but these errors were encountered:
well, the streamsaver.js is heavily based on service workers to accomplish the streaming download (emulating what a server dose to save files and spitting out chunks of data)
so my best guess would be that you have some kind of "update on reload" or "bypass for network" or something
I did use Google Workbox's webpack plugin to implement the PWA application, so I turned on the update on reload and bypass for network options in Chrome's developer tools.
However, after restarting my computer this morning, I found that the problem has disappeared, and it seems to be caused by other unknown reasons.
Finally, thank you for the library you provided to help me solve the problem of file download.
Chrome Version: 80.0.3970.5 (dev)
Sorry, this may be an obvious problem, but I don't quite understand.
I used your library in my project, but when I open Chrome Developer Tools, the console will get a 404 exception and the file cannot be downloaded. Then, I tried to copy your sample code locally, and opened a local server, and found that the same problem occurs. Fortunately, I accidentally closed the developer tools in Chrome and found that the problem disappeared and everything worked fine in my project.
The text was updated successfully, but these errors were encountered: