Untitled
unknown
plain_text
3 years ago
205 B
8
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...