Skip to content

Commit 8ea58fc

Browse files
stephanieyzhangCopilot
andcommitted
add mutationobserver to fix disconnect build break
Co-authored-by: Copilot <copilot@github.com>
1 parent b95b1b6 commit 8ea58fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dom.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4121,7 +4121,7 @@ dictionary MutationObserverInit {
41214121
or omitted.
41224122
</dl>
41234123

4124-
<dt><code><var>observer</var> . {{disconnect()}}</code>
4124+
<dt><code><var>observer</var> . {{MutationObserver/disconnect()}}</code>
41254125
<dd>Stops <var>observer</var> from observing any mutations. Until the {{observe()}} method is used
41264126
again, <var>observer</var>'s <a for=MutationObserver>callback</a> will not be invoked.
41274127

0 commit comments

Comments
 (0)