mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
feat(webidl): expose arraybuffer overload in body idl
This commit is contained in:
parent
72f326b22b
commit
c0b5eeef57
4 changed files with 15 additions and 2 deletions
|
@ -27,7 +27,8 @@ pub enum BodyType {
|
|||
Blob,
|
||||
FormData,
|
||||
Json,
|
||||
Text
|
||||
Text,
|
||||
ArrayBuffer
|
||||
}
|
||||
|
||||
pub enum FetchedData {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue