MCPcopy Create free account
hub / github.com/nodejs/node / iframeRef

Function iframeRef

test/fixtures/wpt/encoding/resources/decode-common.js:3–7  ·  view source on GitHub ↗
(frameRef)

Source from the content-addressed store, hash-verified

1var tests = [];
2
3function iframeRef(frameRef) {
4 return frameRef.contentWindow
5 ? frameRef.contentWindow.document
6 : frameRef.contentDocument;
7}
8
9function showNodes(decoder) {
10 var iframe = iframeRef(document.getElementById("scrwin"));

Callers 1

showNodesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected