#522·otto

parser not ES10 or ES2018

Author: weaweawe01Created May 22, 2024Updated May 22, 2024

ES10 BigInt

alert(1n)

ES2018

<script>(asyncfunction*(){})['constructor']('alert(document.domain)')().next();</script>

image image