Skip to content

Commit

Permalink
Fetch: Update IDL to fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ayg authored and jgraham committed Apr 26, 2017
1 parent d94b87c commit 984edb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fetch/api/headers/headers-idl.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
</head>
<body>
<script id="headers-idl" type="text/plain">
typedef (sequence<sequence<ByteString>> or record<ByteString>) HeadersInit;
typedef (sequence<sequence<ByteString>> or record<ByteString, ByteString>) HeadersInit;

[Constructor(optional HeadersInit init),
Exposed=(Window,Worker)]
Exposed=(Window,Worker)]
interface Headers {
void append(ByteString name, ByteString value);
void delete(ByteString name);
Expand Down

0 comments on commit 984edb0

Please sign in to comment.