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}
NOKEYCHECK=True
GitOrigin-RevId: 8ceba2c5ea1d805abaabecfbc4c238141221426d
  • Loading branch information
TimothyGu authored and copybara-github committed Jun 10, 2021
1 parent 3cbc38d commit dcbf825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blink/renderer/core/events/promise_rejection_event.idl
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 dcbf825

Please sign in to comment.