We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ae134 commit 31871e8Copy full SHA for 31871e8
index.bs
@@ -4233,8 +4233,7 @@ that have [=members=] with these names.
4233
4234
typeof SessionManager.prototype.values; // Evaluates to "function"
4235
var it = sm.values(); // values() returns an iterator object
4236
-<!-- String(it); // Evaluates to "[object SessionManager Iterator]"
4237
- // TODO: https://github.com/heycam/webidl/issues/419 -->
+ String(it); // Evaluates to "[object SessionManager Iterator]"
4238
typeof it.next; // Evaluates to "function"
4239
4240
// This loop will log "anna" and then "brian".
0 commit comments