amark / gun

An open source cybersecurity protocol for syncing decentralized graph data.
https://gun.eco/docs
Other
18.05k stars 1.16k forks source link

Do not mutating global variables #1216

Open Jack-Works opened 2 years ago

Jack-Works commented 2 years ago

image

https://github.com/amark/gun/blob/5df08f91cb2959deb36c0f4f85c0e537ad103e0c/src/shim.js

The following are not in the JS standard:

Please do not try to modify those objects but use them as internal utils, thanks!