| 1 | CONSOLE ERROR: line 57: Uncaught TypeError: Cannot read property 'dispatchMessage' of undefined
|
|---|
| 1 | 2 | CONSOLE MESSAGE: line 9: sending a GET request to resources/xhr-exists.html
|
|---|
| 2 | 3 | CONSOLE MESSAGE: line 9: sending a GET request to resources/xhr-does-not-exist.html
|
|---|
| 3 | 4 | CONSOLE MESSAGE: line 9: sending a POST request to resources/post-target.cgi
|
|---|
| 4 | 5 | CONSOLE MESSAGE: line 9: sending a GET request to http://localhost:8000/devtools/resources/xhr-exists.html
|
|---|
| 5 | | CONSOLE ERROR: Fetch API cannot load http://localhost:8000/devtools/resources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
|
|---|
| 6 | CONSOLE ERROR: Failed to load http://localhost:8000/devtools/resources/xhr-exists.html: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
|
|---|
| 6 | 7 | CONSOLE MESSAGE: line 9: sending a GET request to resources/xhr-exists.html
|
|---|
| 7 | 8 | CONSOLE MESSAGE: line 9: sending a GET request to resources/xhr-does-not-exist.html
|
|---|
| 8 | 9 | CONSOLE MESSAGE: line 9: sending a POST request to resources/post-target.cgi
|
|---|
| 9 | 10 | CONSOLE MESSAGE: line 9: sending a GET request to http://localhost:8000/devtools/resources/xhr-exists.html
|
|---|
| 10 | | CONSOLE ERROR: Fetch API cannot load http://localhost:8000/devtools/resources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
|
|---|
| 11 | CONSOLE ERROR: Failed to load http://localhost:8000/devtools/resources/xhr-exists.html: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
|
|---|
| 11 | 12 | Tests that fetch logging works when XMLHttpRequest Logging is Enabled and doesn't show logs when it is Disabled.
|
|---|
| 12 | 13 |
|
|---|
| 13 | 14 | console-fetch-logging.html:4 sending a GET request to resources/xhr-exists.html
|
|---|
| 14 | | network-test.js:48 Fetch complete: GET "http://127.0.0.1:8000/devtools/resources/xhr-exists.html".makeFetch @ network-test.js:48requestHelper @ console-fetch-logging.html:11step1 @ console-fetch-logging.html:24makeRequests @ console-fetch-logging.html:18(anonymous) @ VM:1
|
|---|
| 15 | 15 | console-fetch-logging.html:4 sending a GET request to resources/xhr-does-not-exist.html
|
|---|
| 16 | | network-test.js:48 GET http://127.0.0.1:8000/devtools/resources/xhr-does-not-exist.html 404 (Not Found)makeFetch @ network-test.js:48requestHelper @ console-fetch-logging.html:11step2 @ console-fetch-logging.html:30
|
|---|
| 17 | | network-test.js:48 Fetch complete: GET "http://127.0.0.1:8000/devtools/resources/xhr-does-not-exist.html".makeFetch @ network-test.js:48requestHelper @ console-fetch-logging.html:11step2 @ console-fetch-logging.html:30
|
|---|
| 16 | VM:58 GET http://127.0.0.1:8000/devtools/resources/xhr-does-not-exist.html 404 (Not Found)
|
|---|
| 17 | makeFetch @ VM:58
|
|---|
| 18 | requestHelper @ console-fetch-logging.html:11
|
|---|
| 19 | step2 @ console-fetch-logging.html:30
|
|---|
| 20 | setTimeout (async)
|
|---|
| 21 | delayCallback @ console-fetch-logging.html:9
|
|---|
| 22 | Promise resolved (async)
|
|---|
| 23 | requestHelper @ console-fetch-logging.html:11
|
|---|
| 24 | step1 @ console-fetch-logging.html:24
|
|---|
| 25 | makeRequests @ console-fetch-logging.html:18
|
|---|
| 26 | (anonymous) @ VM:1
|
|---|
| 18 | 27 | console-fetch-logging.html:4 sending a POST request to resources/post-target.cgi
|
|---|
| 19 | | network-test.js:48 Fetch complete: POST "http://127.0.0.1:8000/devtools/resources/post-target.cgi".makeFetch @ network-test.js:48requestHelper @ console-fetch-logging.html:11step3 @ console-fetch-logging.html:36
|
|---|
| 20 | 28 | console-fetch-logging.html:4 sending a GET request to http://localhost:8000/devtools/resources/xhr-exists.html
|
|---|
| 21 | | console-fetch-logging.html:1 Fetch API cannot load http://localhost:8000/devtools/resources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
|
|---|
| 29 | console-fetch-logging.html:1 Failed to load http://localhost:8000/devtools/resources/xhr-exists.html: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
|
|---|
| 30 | 2Fetch finished loading: GET "<URL>".
|
|---|
| 31 | VM:58 Fetch failed loading: GET "http://127.0.0.1:8000/devtools/resources/xhr-does-not-exist.html".
|
|---|
| 32 | makeFetch @ VM:58
|
|---|
| 33 | requestHelper @ console-fetch-logging.html:11
|
|---|
| 34 | step2 @ console-fetch-logging.html:30
|
|---|
| 35 | setTimeout (async)
|
|---|
| 36 | delayCallback @ console-fetch-logging.html:9
|
|---|
| 37 | Promise resolved (async)
|
|---|
| 38 | requestHelper @ console-fetch-logging.html:11
|
|---|
| 39 | step1 @ console-fetch-logging.html:24
|
|---|
| 40 | makeRequests @ console-fetch-logging.html:18
|
|---|
| 41 | (anonymous) @ VM:1
|
|---|
| 42 | VM:58 Fetch finished loading: POST "http://127.0.0.1:8000/devtools/resources/post-target.cgi".
|
|---|
| 43 | makeFetch @ VM:58
|
|---|
| 44 | requestHelper @ console-fetch-logging.html:11
|
|---|
| 45 | step3 @ console-fetch-logging.html:36
|
|---|
| 46 | setTimeout (async)
|
|---|
| 47 | delayCallback @ console-fetch-logging.html:9
|
|---|
| 48 | Promise resolved (async)
|
|---|
| 49 | requestHelper @ console-fetch-logging.html:11
|
|---|
| 50 | step2 @ console-fetch-logging.html:30
|
|---|
| 51 | setTimeout (async)
|
|---|
| 52 | delayCallback @ console-fetch-logging.html:9
|
|---|
| 53 | Promise resolved (async)
|
|---|
| 54 | requestHelper @ console-fetch-logging.html:11
|
|---|
| 55 | step1 @ console-fetch-logging.html:24
|
|---|
| 56 | makeRequests @ console-fetch-logging.html:18
|
|---|
| 57 | (anonymous) @ VM:1
|
|---|
| 22 | 58 | console-fetch-logging.html:4 sending a GET request to resources/xhr-exists.html
|
|---|
| 23 | 59 | console-fetch-logging.html:4 sending a GET request to resources/xhr-does-not-exist.html
|
|---|
| 24 | | network-test.js:48 GET http://127.0.0.1:8000/devtools/resources/xhr-does-not-exist.html 404 (Not Found)makeFetch @ network-test.js:48requestHelper @ console-fetch-logging.html:11step2 @ console-fetch-logging.html:30
|
|---|
| 60 | VM:58 GET http://127.0.0.1:8000/devtools/resources/xhr-does-not-exist.html 404 (Not Found)
|
|---|
| 61 | makeFetch @ VM:58
|
|---|
| 62 | requestHelper @ console-fetch-logging.html:11
|
|---|
| 63 | step2 @ console-fetch-logging.html:30
|
|---|
| 64 | setTimeout (async)
|
|---|
| 65 | delayCallback @ console-fetch-logging.html:9
|
|---|
| 66 | Promise resolved (async)
|
|---|
| 67 | requestHelper @ console-fetch-logging.html:11
|
|---|
| 68 | step1 @ console-fetch-logging.html:24
|
|---|
| 69 | makeRequests @ console-fetch-logging.html:18
|
|---|
| 70 | (anonymous) @ VM:1
|
|---|
| 25 | 71 | console-fetch-logging.html:4 sending a POST request to resources/post-target.cgi
|
|---|
| 26 | 72 | console-fetch-logging.html:4 sending a GET request to http://localhost:8000/devtools/resources/xhr-exists.html
|
|---|
| 27 | | console-fetch-logging.html:1 Fetch API cannot load http://localhost:8000/devtools/resources/xhr-exists.html. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
|
|---|
| 73 | console-fetch-logging.html:1 Failed to load http://localhost:8000/devtools/resources/xhr-exists.html: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
|
|---|
| 28 | 74 |
|
|---|