OLD | NEW |
1 CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected identifier | 1 CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected identifier |
2 Tests that nested import scripts in worker show correct stack on syntax error. | 2 Tests that nested import scripts in worker show correct stack on syntax error. |
3 | 3 |
4 Message count: 1 | 4 Message count: 1 |
5 invalidScript.js:1 Uncaught SyntaxError: Unexpected identifier | 5 ⚙ importScripts-1.js invalidScript.js:1 Uncaught SyntaxError: Unexpected identif
ier |
6 at importScripts-3.js:1 | 6 at importScripts-3.js:1 |
7 at foo (importScripts-2.js:3) | 7 at foo (importScripts-2.js:3) |
8 at importScripts-2.js:5 | 8 at importScripts-2.js:5 |
9 at importScripts-1.js:1 | 9 at importScripts-1.js:1 |
10 (anonymous) @ importScripts-3.js:1 | 10 (anonymous) @ importScripts-3.js:1 |
11 foo @ importScripts-2.js:3 | 11 foo @ importScripts-2.js:3 |
12 (anonymous) @ importScripts-2.js:5 | 12 (anonymous) @ importScripts-2.js:5 |
13 (anonymous) @ importScripts-1.js:1 | 13 (anonymous) @ importScripts-1.js:1 |
14 | 14 |
OLD | NEW |