[blink-dev] Intent to Prototype: Summarizer API

2024-08-08 Thread 'Domenic Denicola' via blink-dev
Contact emailsdome...@chromium.org, fer...@chromium.org, kenjibah...@chromium.org Explainer https://github.com/explainers-by-googlers/writing-assistance-apis/blob/main/README.md SpecificationNone Summary A JavaScript API for producing summaries of input text, backed by an AI language model. Bl

[blink-dev] Intent to Ship: Expose TransformStreamDefaultController

2022-07-13 Thread 'Domenic Denicola' via blink-dev
Contact emailsdome...@chromium.org ExplainerNone (below "Summary" and "Motivation" should be enough). Specificationhttps://streams.spec.whatwg.org/#ts-default-controller-class Summary This exposes the TransformStreamDefaultController class on the global scope. This class already exists and can

[blink-dev] Intent to Ship: self.reportError()

2021-08-27 Thread 'Domenic Denicola' via blink-dev
Contact emailsdome...@chromium.org Explainerhttps://github.com/whatwg/console/issues/50, or perhaps the below summary, should suffice; this is a very small feature. Specificationhttps://html.spec.whatwg.org/#dom-reporterror Summary This function, available in windows and workers, allows develop

Re: [blink-dev] Intent to Ship: removing the five-minute rule for

2024-12-01 Thread 'Domenic Denicola' via blink-dev
Thanks all for the comments here. > One more question - this applies to both and speculation rules, right? This *mostly* does not apply to speculation rules, which has its own prefetch cache separate from the HTTP cache. There is some interaction, which is that previously, if a non-2xx response

[blink-dev] Intent to Prototype: Speculation rules: tag field

2025-02-04 Thread 'Domenic Denicola' via blink-dev
Contact emailsrobert...@chromium.org, dome...@chromium.org Explainer https://github.com/WICG/nav-speculation/blob/main/speculation-rules-tags.md SpecificationNone yet, but we'll be writing one during the prototype phase Summary This enables developers to add tag field to speculation rules. This

Re: [blink-dev] Intent to Ship: Language Detector API

2025-04-30 Thread 'Domenic Denicola' via blink-dev
On Thu, May 1, 2025 at 12:17 AM Jeffrey Yasskin wrote: > The discussion in the API owners meeting raised the question of whether > language detection has fewer fingerprinting risks than the other APIs > covered by > https://webmachinelearning.github.io/writing-assistance-apis/#privacy. > Could yo

Re: [blink-dev] Re: Intent to Ship: Language Detector API

2025-04-30 Thread 'Domenic Denicola' via blink-dev
On Thu, May 1, 2025 at 8:08 AM Chris Harrelson wrote: > > > On Wed, Apr 30, 2025, 3:56 PM Deepti Bogadi wrote: > >> Hi Chris, >> >> Yes, the intent is to ship section 4 from the linked specification. >> >> Regarding Mozilla, we have no signal from them. >> > > Have you reached out to discuss? I'

[blink-dev] Web-Facing Change PSA: Speculation rules: mobile "moderate" eagerness improvements

2025-06-23 Thread 'Domenic Denicola' via blink-dev
Contact emailsnhir...@chromium.org Specification https://wicg.github.io/nav-speculation/speculation-rules.html#:~:text=early%20as%20possible.-,%22moderate%22,balance%20between%20%22eager%22%20and%20%22conservative%22.,-%22conservative%22 Summary On mobile, "moderate" eagerness speculation rules

[blink-dev] Re: Intent to Ship: Stop sending Purpose: prefetch header from prefetches and prerenders

2025-06-30 Thread 'Domenic Denicola' via blink-dev
We're optimistic that this will result in no "breakage". The Purpose header was not reliable (e.g., it was Chromium only, and it was only sent by some types of preloads). Sec-Purpose has been in place for a long time now, and is the one documented everywhere, that works in Firefox, etc. That said,