Skip to content

Commit bd0b2dc

Browse files
authored
Update use of Web IDL "invoke a callback function"
The single use no longer needs to report the exception itself. Part of whatwg/webidl#1425.
1 parent 221c867 commit bd0b2dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

notifications.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,8 +762,7 @@ method steps are:
762762

763763
<ol>
764764
<li><p>If <var>deprecatedCallback</var> is given, then <a for=/>invoke</a>
765-
<var>deprecatedCallback</var> with « <var>permissionState</var> ». If this throws an
766-
exception, then <a>report the exception</a>.
765+
<var>deprecatedCallback</var> with « <var>permissionState</var> » and "<code>report</code>".
767766

768767
<li><p><a for=/>Resolve</a> <var>promise</var> with <var>permissionState</var>.
769768
</ol>

0 commit comments

Comments
 (0)