-
**Describe the bug**
Full disclosure - I haven't worked with sqlite (or any database, for that matter) for a number of years so there may be a trivial solution to this issue.
I have a specific…
-
## Missing/Incorrect APIs
IDBKeyRange in IndexedDB
The problems are:
* it doesn't seem to be provided as a global
* as a result we can't use IDBKeyRange.only/bound etc
* window.IDBKeyRang…
-
at the moment users can only require / SystemJS.import on packages that have already been installed via jspm. and we can't load them dynamically from online sources as the content script is executing …
-
Base64url is excluded because of case insensitivity, and even canonical GUID are excluded because of the lack of -
0-9A-Za-z_- is about the lowest common denominator between File System Access API,…
-
The problem is often framed as "IndexedDB/Caches/etc. could be cleared at any time by the UA; there are no guarantees!"
I once proposed that we should give IndexedDB etc. more guarantees, but then al…
-
## Feature Request
Currently transaction support has not yet been implemented for the sqlite storage adapter. The transactions in websql work quite differently to indexeddb. The api for react nativ…
-
**Is your feature request related to a problem? Please describe.**
Following PR #660, uploading files from a Web Worker has been a breeze.
However, resuming an interrupted upload is no longer possi…
-
I need to **learn** this first, **benchmark** performance between json and IndexedDB, **document** it, and **implement** the fastest one. I'm open to other alternatives, but it must be local (no 3rd p…
-
## Environment
*Dart SDK version:* 2.18.5 (stable) (Tue Nov 22 15:47:29 2022 +0000) on "windows_x64"
*OS:* Windows 10
*Browser:* Chrome
Web environment only, regarding DDC and dart2js.
## Pro…
-
I am wishing to make Bluge work inside a browser where all the golang code is compiled to wasm.
fortunately there is a great lib that gives the developer a file system backed by indexeddb here:
…