OLD | NEW |
| 1 CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLH
ttpRequestResponseType'. |
1 CONSOLE MESSAGE: line 6: XHR loaded: 1 | 2 CONSOLE MESSAGE: line 6: XHR loaded: 1 |
2 Tests XHR network resource type and content for asynchronous requests. Bug 61205 | 3 Tests XHR network resource type and content for asynchronous requests. Bug 61205 |
3 | 4 |
4 http://127.0.0.1:8000/inspector/network/resources/resource.php | 5 http://127.0.0.1:8000/inspector/network/resources/resource.php |
5 resource.type: xhr | 6 resource.type: xhr |
6 resource.content before requesting content: undefined | 7 resource.content before requesting content: undefined |
7 resource.content after requesting content: Hello world | 8 resource.content after requesting content: Hello world |
8 | 9 |
OLD | NEW |