Tsuyoshi Horo

Results 3 issues of Tsuyoshi Horo

There is no way to delete registered dictionaries. I think we should support it using [Clear Site Data](https://w3c.github.io/webappsec-clear-site-data/). The [Clear Site Data](https://w3c.github.io/webappsec-clear-site-data/) spec defines following types. - `"cache"` - `"cookies"`...

When a browser fetches a cross-origin script (eg: `` in https://www.example.com/index.html) , it sends a request with[ the mode set to `no-cors` and the credentials set to `include`](https://html.spec.whatwg.org/multipage/urls-and-fetching.html#create-a-potential-cors-request). The current...

I'm wondering whether we should expose the storage usage for the dictionaries. Currently [Storage](https://storage.spec.whatwg.org/) API is providing a way to get the storage usage. For example in Chromium, ```js JSON.stringify(await...