OLD | NEW |
1 Tests that script is replaced with the newer version when the names match. | 1 Tests that script is replaced with the newer version when the names match. |
2 | 2 |
3 Added: MyScript.js to network | 3 Added: MyScript.js to network |
4 Added: MyScript.js to debugger | 4 Added: debugger:///VMXX MyScript.js to debugger |
5 Removed: MyScript.js from network | 5 Removed: MyScript.js from network |
6 Added: MyScript.js to network | 6 Added: MyScript.js to network |
7 Added: MyScript.js to debugger | 7 Added: debugger:///VMXX MyScript.js to debugger |
8 Content: function foo() { return 1; } //# sourceURL=MyScript.js | 8 Content: function foo() { return 1; } //# sourceURL=MyScript.js |
9 Content: function foo() { return 2; } //# sourceURL=MyScript.js | 9 Content: function foo() { return 2; } //# sourceURL=MyScript.js |
10 | 10 |
OLD | NEW |