-
Exposing access to `caches` with `{credentials: 'omit'}` could allow an untrusted worker running on a web page to overwrite existing cache entries, where it could inject an arbitrary script that would…
-
The current kv-storage API doesn't provide a way to read/write multiple values in one transaction so it's ultraslow when working with a lot of values. This is a known problem of IndexedDB design. We h…
tophf updated
5 years ago
-
## IndexedDB
indexedDB是浏览器中用来存储大量结构化数据的一套数据库API,可以直接储存查询JS对象。
IndexedDB是基于异步设计的,几乎所有的操作都需要加上onerror、onsuccess事件处理函数,所以大多数的操作都要在回调函数中进行。
IE10以上的现代浏览器大都支持IndexedDB,你可以用如下的兼容代码获取indexDB
```JS…
-
# Feature Request
Details on advantages/disadvantages, supported platforms, etc. for the Cache API supported by browsers, etc.
## Motivation Behind Feature
Cordova has some great docs for h…
-
Could be because large images, in which case, I put them in their own store. However, I'm thinking it's an issue with indexedDB itself [as per RxDb](https://rxdb.info/slow-indexeddb.html), so it might…
-
Consider:
- Alice and Bob have an active Olm session.
- Alice is using a client which uses the indexeddb backend of matrix-crypto-sdk. She wants to send a new Olm message, so she generates a new…
-
https://www.chromestatus.com/feature/5658847691669504
Some examples in this article: https://developers.google.com/web/updates/2018/09/asynchronous-access-to-http-cookies
I also like the idea of…
-
Make sheet elements editable so that players can use them online.
This will require some sort of optional persistence, probably in Web Storage, IndexedDB or cookies.
Perhaps support for API stor…
-
### Problem
If we are offline we still want to be able to load the app, use it, and display attachments, avatars, etc.
### Solution
There are several possible solutions:
- We could use Ind…
-
The ``IndexedDB`` setting will probably be removed and all storage (cookies, localStorage, etc.) will be handles the same by "cookie" cleanup APIs.
https://bugzilla.mozilla.org/show_bug.cgi?id=1488…
allo- updated
5 years ago