How to detect Internet Explorer based of JavaScript syntax errors / JavaScriptの構文エラーを応用したInternet Explorerの判定方法
https://www.hack.vet/entry/20200212/1581507091
```html:-
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="cache-control" content="no-cache, no-store">
<meta http-equiv="pragma" content="no-cache">
<meta name="expires" content="0">
</head>
<body>
<script>縺�=0;alert(1)</script>
</body>
</html>
```
@t さんをうまく使うとInternet Explorerを確実に判定できると聞いて(だいぶ違う)。
Conversation
Notices
-
h12o(β) (h12o@blessedgeeks.social@blessedgeeks.social)'s status on Sunday, 23-Feb-2020 17:38:27 JST h12o(β) - てるぴっぴ repeated this.