Forum Discussion
360tray
Nov 11, 2020Copper Contributor
javascript alert ,After several times of refresh, the response is slow
<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?