Derin Eryilmaz
Results
1
issues of
Derin Eryilmaz
Reproduce by running ```javascript let x = document.createElement('iframe') x.src='data:text/html,' document.body.appendChild(x) setTimeout(()=>{ x.contentWindow[0].alert.call(window, 'hi') },500) ``` honestly not sure how youd fix this