WebKit Bugzilla
Attachment 350183 Details for
Bug 189781
: Web Inspector: xhr response body error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
test page
test.html (text/html), 397 bytes, created by
Andrey Polischuk
on 2018-09-20 03:02:27 PDT
(
hide
)
Description:
test page
Filename:
MIME Type:
Creator:
Andrey Polischuk
Created:
2018-09-20 03:02:27 PDT
Size:
397 bytes
patch
obsolete
><!doctype html> ><html prefix="og: http://ogp.me/ns#" lang="en"> > <head> > <meta charset="utf-8"> > </head> > <body> > <script> > (async () => { > await fetch('https://api.github.com/users/andrepolischuk') > await fetch('https://api.github.com/users/andrepolischuk') > await fetch('https://api.github.com/users/andrepolischuk') > })() > </script> > </body> ></html>
<!doctype html> <html prefix="og: http://ogp.me/ns#" lang="en"> <head> <meta charset="utf-8"> </head> <body> <script> (async () => { await fetch('https://api.github.com/users/andrepolischuk') await fetch('https://api.github.com/users/andrepolischuk') await fetch('https://api.github.com/users/andrepolischuk') })() </script> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 189781
:
350180
|
350181
|
350182
| 350183