Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ampproject/amphtml
/ removeNoScriptElements
Function
removeNoScriptElements
src/utils/dom-writer.js:332–334 ·
view source on GitHub ↗
(parent)
Source
from the content-addressed store, hash-verified
330
* @param {!Element} parent
331
*/
332
export
function
removeNoScriptElements(parent) {
333
childElementsByTag(parent,
'noscript'
).forEach(removeElement);
334
}
Callers
3
transferBodyChunk_
Method · 0.90
merge_
Method · 0.85
complete_
Method · 0.85
Calls
2
childElementsByTag
Function · 0.90
forEach
Method · 0.45
Tested by
no test coverage detected