JSFiddle - React, Tailwind, and code Playground

by habla

JavaScript

let _iframe = document.createElement('iframe');
window.setTimeout(() => {
let x = _iframe;
console.log(1);
debugger;
}, 1000);
/* let iframe_window = _iframe.contentWindow;
let iframe_document = iframe_window.contentDocument.document;
console.log(iframe_document) */