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
Right now, we e.g. call navigator.storage.persist() regardless of whether navigator.storage exists (for almost everyone, it doesn't exist right now). We should surface the absence of an API better.
The text was updated successfully, but these errors were encountered:
This expands on #13.
Right now, we e.g. call
navigator.storage.persist()
regardless of whether navigator.storage exists (for almost everyone, it doesn't exist right now). We should surface the absence of an API better.The text was updated successfully, but these errors were encountered: