MCPcopy Create free account
hub / github.com/kkroening/ffmpeg-python / DOMEval

Function DOMEval

doc/html/_static/jquery-3.2.1.js:76–83  ·  view source on GitHub ↗
( code, doc )

Source from the content-addressed store, hash-verified

74
75
76 function DOMEval( code, doc ) {
77 doc = doc || document;
78
79 var script = doc.createElement( "script" );
80
81 script.text = code;
82 doc.head.appendChild( script ).parentNode.removeChild( script );
83 }
84/* global Symbol */
85// Defining this global in .eslintrc.json would create a danger of using the global
86// unguarded in another place, it seems safer to define global only for this module

Callers 2

jquery-3.2.1.jsFile · 0.85
domManipFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…