Skip to content

Commit

Permalink
Clear options list upon call to disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
npm1 committed Feb 19, 2020
1 parent c01ade4 commit 7a6a5e8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -597,10 +597,12 @@ <h2><dfn>takeRecords()</dfn> method</h2>
</section>
<section>
<h2><dfn>disconnect()</dfn> method</h2>
<p>The <a>disconnect()</a> method must remove the <a>context object</a>
from the <a>list of registered performance observer objects</a> of
<a>relevant global object</a>, and also empty <a>context object</a>'s
<a>observer buffer</a>.</p>
<p>The <a>disconnect()</a> method must do the following:</p>
<ol>
<li>Remove the <a>context object</a> from the <a>list of registered
performance observer objects</a> of <a>relevant global object</a>.</li>
<li>Empty the <a>context object</a>'s <a>observer buffer</a>.</li>
<li>Empty the <a>context object</a>'s <a>options list</a>.</li>
</section>
<section>
<h2><a>supportedEntryTypes</a> attribute</h2>
Expand Down

0 comments on commit 7a6a5e8

Please sign in to comment.