github web-platform-tests/wpt merge_pr_45875

latest releases: merge_pr_49470, epochs/three_hourly/2024-12-03_06H, epochs/six_hourly/2024-12-03_06H...
16 months ago

DOM: Implement some(), every(), find() Observable operators

This CL implements the following Observable operators:

  • some()
  • every()
  • find()

Their inclusion is to be consistent with Iterator helpers 1 and Async
iterator helpers 2, and is discussed in
WICG/observable#126 and to a lesser extent
WICG/observable#106.

See WICG/observable#137 for the specification.

For WPTs:
Co-authored-by: ben@benlesh.com

Bug: 40282760
Change-Id: I0fcbb9d716d6ef1727b050fd82a6fa20f53dea4b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5426595
Reviewed-by: Mason Freed masonf@chromium.org
Commit-Queue: Dominic Farolino dom@chromium.org
Cr-Commit-Position: refs/heads/main@{#1293776}

Don't miss a new wpt release

NewReleases is sending notifications on new releases.