Hacker News new | ask | show | jobs
by Jacqued 3263 days ago
Actually WeakMap() could not be iterated over as its keys are not enumerable by design - you can't "know" at any given time what the list of keys actually contains.
1 comments

Fair enough.