Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Test to make sure if an xhr is fetched with the response as a blob and cross ori gin devtools can get body. | |
| 2 | |
| 3 Network Enabled | |
| 4 Evaled fetch command in page | |
| 5 Request will be sent | |
| 6 Request Method (should be OPTIONS): OPTIONS | |
| 7 Event URL has appropriate ending: true | |
| 8 Second Response Method (should be GET): GET | |
| 9 Got response received | |
| 10 requestId is the same as requestWillBeSent: true | |
| 11 Response Body: Some content | |
| 12 | |
| OLD | NEW |