-
Amazing, amazing lib!
I noticed that the demuxer takes `File` as input. In my use-case, I work with large video files, and I either load assets from URLs or already cached in my IndexedDB. My issue…
-
Some services (notably Firebase Auth) use IndexedDB to store authentication state. The current API's for reusing authentication state only support cookies and local storage: https://playwright.dev/doc…
-
I believe Cookies are not safe and vulnerable. Internal Storage is also available on browser forever if user wont log out and just close the browser. So My question is why sessionStorage is not in sco…
-
Summary
Wrap IndexedDB api in the dom library (or as separate library).
Description
Alternative to localstorage api and a standard api for clientside storage. Used often for offline first web app…
-
The [IndexedDB API](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) is a database inside the browser that can store text, JSON, and binary blobs. It can be used inside the main page as…
-
Hi folks! I think I'm going to want to migrate an app to use IndexedDB API fairly soon, right now I'm using LocalStorage but I'll want better performance so I'm getting the itch to plan next steps.
…
-
-
I proposed a list of issues to discuss at [TPAC 2024](https://www.w3.org/2024/09/TPAC/):
https://github.com/w3c/IndexedDB/issues?q=label%3ATPAC2024
I'd like to discuss improving API ergonomics t…
-
Currently, `giostorage` uses LocalStorage API, since it's simple to use and avoid goroutines. However, for large files, IndexedDB API seems a better option.
-
# 概要
まれに動かなくなる。
# 再現手順
まだ再現していない。
# 修正しないとどう困るか
困る😖😖😖。
# 原因
**IndexedDB** を消すと解消したので、IndexedDB周りに原因があると推測する。
本スクリプトが使うライブラリ [key\-moon/atcoder\-problems\-api](https://github.com/key-…