mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement Headers.prototype.getSetCookie
This commit is contained in:
parent
9f98a1ed1a
commit
4ee3f575f6
3 changed files with 11 additions and 36 deletions
|
@ -15,6 +15,7 @@ interface Headers {
|
|||
undefined delete(ByteString name);
|
||||
[Throws]
|
||||
ByteString? get(ByteString name);
|
||||
sequence<ByteString> getSetCookie();
|
||||
[Throws]
|
||||
boolean has(ByteString name);
|
||||
[Throws]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue