Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Circular References #37

Open
ProbablePrime opened this issue May 4, 2017 · 0 comments
Open

Circular References #37

ProbablePrime opened this issue May 4, 2017 · 0 comments
Assignees
Labels

Comments

@ProbablePrime
Copy link
Contributor

Some of our data structures refer to each other.

This leads to issues when we JSON.stringify them as we can end up with circular references.

For each data structure we should figure out which properties should be included when it is on the wire and filter out the rest.

@ProbablePrime ProbablePrime self-assigned this May 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging a pull request may close this issue.

1 participant