Untitled
unknown
plain_text
2 years ago
205 B
6
Indexable
ifrm = document.createElement("iframe"); ifrm.setAttribute("src", "about:blank"); document.body.appendChild(ifrm); frame_window = ifrm.contentWindow JSON.stringify(Object.getOwnPropertyNames(frame_window))
Editor is loading...