[blink-dev] Intent to Extend Experiment: Translator API

2025-04-14 Thread 'Nathan Memmott' via blink-dev
Contact emails dome...@chromium.org, fer...@chromium.org, kenjibah...@chromium.org, a...@chromium.org, memm...@chromium.org, christin...@chromium.org Explainer https://github.com/WICG/translation-api/blob/main/README.md Specification https://webmachinelearning.github.io/translation-api Summar

[blink-dev] Intent to Extend Experiment: Language Detector API

2025-03-10 Thread 'Nathan Memmott' via blink-dev
Contact emails dome...@chromium.org, fer...@chromium.org, kenjibah...@chromium.org, a...@chromium.org, memm...@chromium.org, christin...@chromium.org Explainer https://github.com/WICG/translation-api/blob/main/README.md Specification https://webmachinelearning.github.io/translation-api/#langua

Fwd: [blink-dev] PSA: Changing File System Access API interaction with the back/forward cache

2023-12-21 Thread 'Nathan Memmott' via blink-dev
s behavior is to reject with a NoModificationAllowedError. The new behavior is to evict the page in BFCache to allow the active page to open the writable. On Thu, Dec 21, 2023, 8:23 AM Vladimir Levin wrote: > > > On Wed, Dec 20, 2023 at 8:17 PM 'Nathan Memmott' via blink-d

[blink-dev] PSA: Changing File System Access API interaction with the back/forward cache

2023-12-20 Thread 'Nathan Memmott' via blink-dev
Howdy blink-dev, In Chromium M121, we will update how the File System Access (FSA) API interacts with the back/forward cache (BFCache). This should only affect the conditions a page can remain in the BFCache. There should be no behavioral changes to the FSA API. A page can hold FSA locks to files

[blink-dev] Intent to Ship: Multiple Readers and Writers in File System Access API

2023-11-27 Thread 'Nathan Memmott' via blink-dev
Contact emails ds...@google.com, memm...@google.com Explainer https://github.com/whatwg/fs/blob/main/proposals/MultipleReadersWriters.md Specification https://github.com/whatwg/fs/pull/151 Summary Currently, only one FileSystemSyncAccessHandle may be open at a time per file, preventing an or