We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdcdb7 commit d317166Copy full SHA for d317166
test/functional/ExceptionLab.html
@@ -11,8 +11,6 @@
11
</style>
12
<script src="ExceptionLab.js"></script>
13
<script>
14
- document.getElementById("userAgent").innerHTML = navigator.userAgent;
15
-
16
function dumpException(ex) {
17
ex = ex || new Error("Default error");
18
var text = "{\n " + getExceptionProps(ex).join(",\n ") + "\n}";
0 commit comments