Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Legitcode/tests
/ dom.js
File
dom.js
src/dom.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/* globals global */
2
function
propagateToGlobal (window) {
3
for
(
let
key in window) {
4
if
(!window.hasOwnProperty(key)) continue
Callers
nothing calls this directly
Calls
1
propagateToGlobal
Function · 0.85
Tested by
no test coverage detected