Re: [blink-dev] Intent to Ship: Observable API

2025-02-24 Thread Yoav Weiss (@Shopify)
This is indeed exciting!! How do you imagine developers adopting this before support is ubiquitous? Is there a "standard" polyfill developers are expected to use? Some feature-detection based patterns? Something else? On Tuesday, February 25, 2025 at 6:17:01 AM UTC+1 Domenic Denicola wrote: >

Re: [blink-dev] Intent to Ship: Observable API

2025-02-24 Thread Domenic Denicola
Very exciting! On Sat, Feb 22, 2025 at 6:25 AM Chromestatus < ad...@cr-status.appspotmail.com> wrote: > Contact emails d...@chromium.org > > Explainer https://github.com/WICG/observable > > Specification https://wicg.github.io/observable > > Summary > > Observables are a popular reactive-programm

[blink-dev] Intent to Ship: Observable API

2025-02-21 Thread Chromestatus
Contact emails d...@chromium.org Explainer https://github.com/WICG/observable Specification https://wicg.github.io/observable Summary Observables are a popular reactive-programming paradigm to handle an asynchronous stream of push-based events. They can be thought of as Promises but for mu