Source code
Revision control
Copy as Markdown
Other Tools
<html>
<head>
<script>
Object.defineProperty(window, "foo", { get() { alert("FAIL"); } });
</script>
</head>
</html>
<html>
<head>
<script>
Object.defineProperty(window, "foo", { get() { alert("FAIL"); } });
</script>
</head>
</html>