javascript alert ,After several times of refresh, the response is slow

Copper Contributor

<script>alert('Refresh multiple times');</script>

 

When you refresh the HTML page many times, the button response is slow, as is Chrome.

FireFox is very fast

 

 

 

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>test</title>
</head>
<body>
<script>alert('Refresh multiple times');</script>
</body>
</html>

1 Reply
Which website, link ?
Which Edge channel/version?