Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for localName (0.13 sec)

  1. src/internal/trace/traceviewer/static/trace_viewer_full.html

    function isInsertionPoint(node){return node.localName=='content';}
    function getTopDistributingHost(host){while(host&&hostNeedsRedistribution(host)){host=host.domHost;}
    return host;}
    function hostNeedsRedistribution(host){var c$=TreeApi.Logical.getChildNodes(host);for(var i=0,c;i<c$.length;i++){c=c$[i];if(c.localName&&c.localName==='content'){return host.domHost;}}}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top