-
The new [Layered API proposal](https://github.com/drufball/layered-apis) is trying to enable standardization of web features that are high level, yet which are entirely implemented in terms of lower-l…
-
Something I learned recently that may be of interest to you. `localStorage` is limited to 5MB, but IndexedDB has a _much_ larger storage limit.
https://developer.mozilla.org/en-US/docs/Web/API/Stor…
-
I want to write code that can be reused between clients and servers. As Deno KV does not implement a standard Web API available in web browsers, I think it would be great to publish a module for kind …
-
During development it is useful to be able to mock third-parties so that stub answers can be returned.
# Playwright mocking
* https://playwright.dev/docs/mock
# Chains
* https://github.com…
-
_From @markcarver on August 12, 2014 17:13_
With the deployment of [semi-]RESTws on d.o, there are new "official" API guidelines (https://www.drupal.org/about-drupalorg/api):
> Please use Drupal.org…
-
- [ ] Upgade to Vuetify 1.0+
- [ ] 統合 dialog 的模式
- [ ] Rebuild the components vuex API flow
- [ ] API Error Handling
- [ ] Courses Searching using IndexedDB
pp253 updated
6 years ago
-
One of SugarCube v3's, aspirational, goals is to enable the use of IndexedDB as a storage provider. Unfortunately, since IndexedDB only offers an asynchronous API, this has consequences for any Sugar…
-
- [x] Version Control
- [x] Deployment
- [x] HTML5 Cache API
- [ ] IndexedDB
- [x] Create
- [x] Retrieve
- [x] Update
- [ ] Delete
- [ ] Works Offline
-
Currently it is difficult to use the `drop` API correctly in Replicache. Users must ensure that all connections to the same named replicache instance (across all tabs!) first close their connections. …
-
I am upgrading FlexSearch from v0.6.30 to the latest version, 0.7.31. I am testing `import` and `export` functionality in Node.
I want to write FlexSearch data to IndexedDB via export, and I want …