-
Tested on Browserstack on iOS v9 Safari ( an IPhone 6S Plus).
### Safari 9
```html
shimIndexedDB.__useShim();
```
...does not do its job to patch the browser no matter manually calling shi…
-
#### 一些文档及说明
* [IndexedDB API - MDN](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API),除文档外,提供indexedDB完整DEMO:[Test the online live demo](https://mdn.mozillademos.org/en-US/docs/Web/AP…
onvno updated
5 years ago
-
In order to achieve backwards compatibility in the latest upgrade, we had to leave cookie based-storage in place for browsers that previously stored registrations / hints in 3rd party storage (where o…
-
Originally reported on Google Code with ID 3033
```
Web developers can now use HTML5 cache and session/local storage, which
could be a nightmare to debug. Furthermore, Firefox is going to support
dat…
-
When perf.html is opened from the Gecko Profiler addon, it should take the profile it received, store it in IndexedDB, generate an ID for it, and set the URL to `/local/theGeneratedId/`. And it should…
-
### What is the problem this feature would solve?
Right now the platform-browser packages exposes session storage and local storage.
Unfortunately those seems not to be an option while running insid…
-
FF doesn't let you access indexeddb from inside web workers which means that we'd need to implement a feature detected fallback to support FF
-
The demo site claims that Firefox 35.0.1 doesn't support IndexedDB but it appears supported on the html5test.com
I was under the impression that it was supported but the abuser site doesn't seem to a…
-
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.
-
Isar currently only supports in memory SQLite on web. To persist data we need to write a custom [virtual file system VFS](https://www.sqlite.org/vfs.html) that supports persistence.
We can either u…