Skip to content

Commit

Permalink
Add link to task attribution issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andreubotella committed Jul 23, 2024
1 parent 9cb2d4c commit 702dbc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WEB-INTEGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -684,8 +684,8 @@ For snapshots exposed as properties of events, observer entries or other web
platform objects, `CreateAsyncContextSnapshot()` should be called in the
relevant realm of that web platform object. In any other cases (e.g. if a
snapshot is passed as an argument into a callback), it should be called in the
relevant realm of `this` (see <https://github.com/whatwg/webidl/issues/135>).
It might therefpre make sense to instead define an equivalent of that abstract
relevant realm of `this` (see https://github.com/whatwg/webidl/issues/135). It
might therefore make sense to instead define an equivalent of that abstract
operation in WebIDL, that handles this.

Note that for properties of events and observer entries, implementations may
Expand All @@ -710,8 +710,8 @@ as parameters. Some of these use cases are:
useful [to identify scripts that enqueued long
tasks](https://github.com/w3c/longtasks/issues/89), or to [build dependency
trees for the loading of
resources](https://github.com/w3c/resource-timing/issues/263). See [TODO: open
issue in soft navigations spec]
resources](https://github.com/w3c/resource-timing/issues/263). See
https://github.com/WICG/soft-navigations/issues/44.

- **`scheduler.yield` priority and signal**. In order to provide a more
ergonomic API, if
Expand Down

0 comments on commit 702dbc7

Please sign in to comment.