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
I'm leaning towards either navigator.storage.getDirectory(), or moving the entire API surface to a FileSystem namespace (as suggested in #210), and thus ending up with FileSystem.getPrivateDirectory().
(i.e. either 6192c45 or 345af0a)
navigator.storage seems a bit weird, since none of the other storage APIs are exposed via navigator, but that's probably okay. After all what existing APIs do via a singleton on the global seems to be explicitly against TAG guidance for new APIs.
It assumes that the storage key will forever be an origin, which is less and less the case.
The text was updated successfully, but these errors were encountered: