mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +00:00
parent
4fe0cbcf85
commit
08e4cf1f3b
Notes:
sideshowbarker
2024-07-16 22:22:13 +09:00
Author: https://github.com/jamierocks
Commit: 08e4cf1f3b
Pull-request: https://github.com/SerenityOS/serenity/pull/24379
Reviewed-by: https://github.com/shannonbooth
3 changed files with 22 additions and 0 deletions
|
@ -8,6 +8,7 @@ interface mixin Body {
|
|||
readonly attribute boolean bodyUsed;
|
||||
[NewObject] Promise<ArrayBuffer> arrayBuffer();
|
||||
[NewObject] Promise<Blob> blob();
|
||||
[NewObject] Promise<Uint8Array> bytes();
|
||||
[NewObject] Promise<FormData> formData();
|
||||
[NewObject] Promise<any> json();
|
||||
[NewObject] Promise<USVString> text();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue