url-pattern icon indicating copy to clipboard operation
url-pattern copied to clipboard

when run into different context,this judge will be wrong.

Open wednesday opened this issue 5 years ago • 0 comments

A case:

<script>
let testVal = new window.inner.contentWindow.RegExp(/testReg/);
console.log(testVal instanceof RegExp);//false
</script>

<iframe id="inner"></iframe>

wednesday avatar Aug 06 '20 08:08 wednesday