Skip to content

Commit

Permalink
Change closeWatcher.requestClose() also
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreed7 committed Dec 12, 2024
1 parent 344d87f commit 76619aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -83448,7 +83448,7 @@ dictionary <dfn dictionary>CloseWatcherOptions</dfn> {
<p>The <dfn method for="CloseWatcher"><code
data-x="dom-CloseWatcher-requestClose">requestClose()</code></dfn> method steps are to <span
data-x="close-watcher-request-close">request to close</span> <span>this</span>'s <span>internal
close watcher</span> with true.</p>
close watcher</span> with false.</p>

<p>The <dfn method for="CloseWatcher"><code data-x="dom-CloseWatcher-close">close()</code></dfn>
method steps are to <span data-x="close-watcher-close">close</span> <span>this</span>'s
Expand Down

0 comments on commit 76619aa

Please sign in to comment.