amark / gun

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

how extract data from map function without register the tree to local stroge? #1234

Open Talkwondo opened 2 years ago

Talkwondo commented 2 years ago

The title above is the question I am looking for an answer to her. gun.get("bigNode").map(data=> console.log(data)); gets the data on the nested nodes but add all the data to the local storage which I do not want.

Thanks