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
The current solution uses FileWriter. However this proposal has been rejected by w3c. Instead we should focus on indexeddb instead which is supported by all major browsers.
The text was updated successfully, but these errors were encountered:
Indexeddb does not directly support writing to a file. For this FileHandlerAPI should be used which is the continuation of the FileWriter effort. As only firefox currently implements this we need to make the code modular in order to use FileWriter on chrome.
The current solution uses FileWriter. However this proposal has been rejected by w3c. Instead we should focus on indexeddb instead which is supported by all major browsers.
The text was updated successfully, but these errors were encountered: