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
This could help us to make the site more functional in Firefox, and enable DOM storage (or another permission like mic access) in cases where it is disabled. See my comment on issue #153 (I observe that disabling DOM/default storage leaves ScribeAR non-functional).
The end user could be guided by request pops, instead of having to manually whitelist, etc. Permission request pops do not always appear in ScribeAR.
It is not uncommon for DOM storage to be disabled entirely, and DOM storage is handled heterogeneously by different browsers. In the case of Chrome, which was the Firefox alternative recommended to me for this project, DOM storage and cookies are interlinked. If you disable cookies, browser storage is disabled entirely.
The text was updated successfully, but these errors were encountered:
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/permissions/request
https://www.w3.org/TR/permissions/
This could help us to make the site more functional in Firefox, and enable DOM storage (or another permission like mic access) in cases where it is disabled. See my comment on issue #153 (I observe that disabling DOM/default storage leaves ScribeAR non-functional).
The end user could be guided by request pops, instead of having to manually whitelist, etc. Permission request pops do not always appear in ScribeAR.
It is not uncommon for DOM storage to be disabled entirely, and DOM storage is handled heterogeneously by different browsers. In the case of Chrome, which was the Firefox alternative recommended to me for this project, DOM storage and cookies are interlinked. If you disable cookies, browser storage is disabled entirely.
The text was updated successfully, but these errors were encountered: