DEV Community

Discussion on: JS tip: Create debug friendly unique references using String

 
nlepage profile image
Nicolas Lepage

Indeed interesting thread!

Too bad, I'd have prefered Symbols to be allowed as WeakMap keys...

Yes, primarily I've been using a WeakMap to hold sensitive data (which shouldn't be altered by any other way than calling the API), but it could also hold debug info.