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 9c061e0 commit 19061adCopy full SHA for 19061ad
index.bs
@@ -4224,8 +4224,7 @@ that have [=members=] with these names.
4224
4225
typeof SessionManager.prototype.values; // Evaluates to "function"
4226
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 -->
+ String(it); // Evaluates to "[object SessionManager Iterator]"
4229
typeof it.next; // Evaluates to "function"
4230
4231
// This loop will log "anna" and then "brian".
0 commit comments