mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
moebius#312: DOM - Fix incorrect TypeError: Response body is given with a null body status
https://github.com/MoonchildProductions/moebius/issues/312
This commit is contained in:
parent
9ee1ed3eaf
commit
41ad5496ae
4 changed files with 11 additions and 6 deletions
|
|
@ -7,7 +7,7 @@
|
|||
* https://fetch.spec.whatwg.org/#response-class
|
||||
*/
|
||||
|
||||
[Constructor(optional BodyInit body, optional ResponseInit init),
|
||||
[Constructor(optional BodyInit? body, optional ResponseInit init),
|
||||
Exposed=(Window,Worker)]
|
||||
interface Response {
|
||||
[NewObject] static Response error();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue