Skip to content

Commit 19061ad

Browse files
committed
docs(iterable): whatwgGH-419 is fixed
1 parent 9c061e0 commit 19061ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4224,8 +4224,7 @@ that have [=members=] with these names.
42244224

42254225
typeof SessionManager.prototype.values; // Evaluates to "function"
42264226
var it = sm.values(); // values() returns an iterator object
4227-
<!-- String(it); // Evaluates to "[object SessionManager Iterator]"
4228-
// TODO: https://github.com/heycam/webidl/issues/419 -->
4227+
String(it); // Evaluates to "[object SessionManager Iterator]"
42294228
typeof it.next; // Evaluates to "function"
42304229

42314230
// This loop will log "anna" and then "brian".

0 commit comments

Comments
 (0)