-
The font sizes are huge. It is not easy to understand what's going on especially on smart phones:
https://user-images.githubusercontent.com/87750369/181191966-6767a74c-3d42-4f2e-8e02-20cafb145e30.m…
-
This looks like a great library for indexeddb, would be easier to get started if there were documentation
-
In my PR, I provide [several examples](https://github.com/Jtaylorapps/go-indexeddb/commit/97a5d4aca3dc548ca900d5d0f1441ae0eeae73af) of common IndexedDb use cases that can be converted into Go-like fun…
-
I'm new to indexedDB and trying to create complex keys as the example below, but it is giving me error
var aStore = db.createObjectStore('aStore', {keyPath: ['a_id', 'b_code']});
a.create…
-
## Introduction
The Chrome local API with Gemini Nano support opens the door to doing Retrieval Augmented Generation completely client side in the browser. However, to achieve that goal completely…
-
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…
-
Related: #234
In fact this is a very useful feature, but (I can’t even know why) there’s **no providers implement it**.
There’re few discussions about this. Is there any plan about this feature? If …
-
## What problem does this solve or what need does it fill?
Being able to load assets from `http` and `https` urls.
This is particulary relevant for examples, files that are too big for source contro…
-
Being only two possible values, boolean data type is not a good key by itself. But query do involve boolean value. For examples, we want to count numbers of records in which a field value is false or …
-
Can the 'allow-same-origin' be available in the https://svelte.dev/repl? I'm not sure where the 'relaxed' boolean ever gets set to true to include the 'allow-same-origin'.
https://github.com/sveltej…