mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add the append method for the Headers API for the Fetch API
This commit will add the append method and associated helper functions, and introduce any necessary changes for it.
This commit is contained in:
parent
b36a3b2fee
commit
530b02790b
7 changed files with 348 additions and 1 deletions
|
@ -269,6 +269,7 @@ pub mod focusevent;
|
|||
pub mod forcetouchevent;
|
||||
pub mod formdata;
|
||||
pub mod hashchangeevent;
|
||||
pub mod headers;
|
||||
pub mod htmlanchorelement;
|
||||
pub mod htmlappletelement;
|
||||
pub mod htmlareaelement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue