Skip to content

Commit 1fb010e

Browse files
add Symbol.iterator
1 parent 8b24189 commit 1fb010e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/dom.iterable.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ interface FormData {
2222
}
2323

2424
interface Headers {
25+
[Symbol.iterator](): IterableIterator<[String, String]>;
2526
/**
2627
* Returns an iterator allowing to go through all key/value pairs contained in this object.
2728
*/

0 commit comments

Comments
 (0)