Skip to content

Commit

Permalink
Update links to unhandled promise rejection spec
Browse files Browse the repository at this point in the history
The changes were merged into the WHATWG HTML Standard in
whatwg/html#224.

Change-Id: I21ca4eebdda22d4138ea844ccd6277b786bd5f36
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2951212
Commit-Queue: Timothy Gu <timothygu@chromium.org>
Auto-Submit: Timothy Gu <timothygu@chromium.org>
Reviewed-by: Domenic Denicola <domenic@chromium.org>
Reviewed-by: Joey Arhar <jarhar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#891344}
  • Loading branch information
TimothyGu authored and Chromium LUCI CQ committed Jun 10, 2021
1 parent 969503a commit 8ceba2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// https://github.com/domenic/unhandled-rejections-browser-spec
// https://html.spec.whatwg.org/C/#promiserejectionevent

[
Exposed=(Window,Worker)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// https://github.com/domenic/unhandled-rejections-browser-spec
// https://html.spec.whatwg.org/C/#promiserejectioneventinit

dictionary PromiseRejectionEventInit : EventInit {
required Promise<any> promise;
Expand Down

0 comments on commit 8ceba2c

Please sign in to comment.