mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Small changes to Headers.webidl and headers.rs
Expose the Headers interface to the Window scope and to Workers Move Append function inside HeadersMethods trait
This commit is contained in:
parent
cec3697cb2
commit
272d12da26
2 changed files with 6 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
/* typedef (Headers or sequence<sequence<ByteString>>) HeadersInit; */
|
||||
|
||||
/* [Constructor(optional HeadersInit init),
|
||||
* Exposed=(Window,Worker)] */
|
||||
/* [Constructor(optional HeadersInit init),*/
|
||||
[Exposed=(Window,Worker)]
|
||||
|
||||
interface Headers {
|
||||
[Throws]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue