File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -101355,6 +101355,22 @@ interface <dfn interface>NavigationDestination</dfn> {
101355101355     <li><p><span>Assert</span>: <var>navigation</var>'s <span>upcoming traverse API method
101356101356     trackers</span> <span data-x="list is empty">is empty</span>.</p></li>
101357101357
101358+      <li>
101359+       <p>If <var>apiMethodTracker</var> is non-null, then:</p>
101360+ 
101361+       <ol>
101362+        <li><p>Assert: <var>navigation</var>'s <span>relevant global object</span>'s <span
101363+        data-x="concept-document-window">associated <code>Document</code></span> is not <span>fully
101364+        active</span>.</p></li>
101365+ 
101366+        <li><p>Return false.</p></li>
101367+       </ol>
101368+ 
101369+       <p class="note">This would occur if the document became inactive as a result of aborting the
101370+       ongoing navigation, e.g., if a <code data-x="event-navigateerror">navigateerror</code> handler
101371+       removed its <span>navigable</span>.</p>
101372+      </li>
101373+ 
101358101374     <li><p>Return true.</p></li>
101359101375    </ol>
101360101376
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments