Linus Groh
|
b5e8e9b30b
|
LibWeb: Support ReadonlyBytes as argument for extract_body()
This now matches the spec's requirement of "a byte sequence or BodyInit
object object".
|
2022-09-27 14:56:17 +01:00 |
|
Linus Groh
|
ad04d7ac9b
|
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
This is a concept fully defined in the Web IDL spec and doesn't belong
in the DOM directory/namespace - not even DOMException, despite the name
:^)
|
2022-09-25 19:13:31 +01:00 |
|
Linus Groh
|
54a987ad45
|
LibWeb: Update extract_body() to use BodyInit
|
2022-09-22 21:01:13 +01:00 |
|
Linus Groh
|
8f5620b5d9
|
LibWeb: Add BodyInit union type
|
2022-09-22 21:01:13 +01:00 |
|
Linus Groh
|
571f4e3ebb
|
LibWeb: Move extract_body() into Fetch
|
2022-09-22 21:01:13 +01:00 |
|
Linus Groh
|
1ace80235b
|
LibWeb: Move XMLHttpRequestBodyInit into Fetch
https://fetch.spec.whatwg.org/#typedefdef-xmlhttprequestbodyinit
|
2022-09-22 21:01:13 +01:00 |
|