We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data
data.json()
data.text()
Relevant code section:
https://github.com/TBD54566975/web5-js/blob/3e81ed16ba37133b1c66e59a1374b7d161fa5538/src/dwn/models/record.js#L73-L117
@dcrousso dcrousso yesterday
it's really odd that we use self and then this. can we rework this to make it less confusing? ditto below also, can we combine these into a single if?
it's really odd that we use self and then this. can we rework this to make it less confusing? ditto below
also, can we combine these into a single if?
this means we create a new object anytime someone calls .data. can we avoid this?
The text was updated successfully, but these errors were encountered:
Completed in #327
Sorry, something went wrong.
No branches or pull requests
Relevant code section:
https://github.com/TBD54566975/web5-js/blob/3e81ed16ba37133b1c66e59a1374b7d161fa5538/src/dwn/models/record.js#L73-L117
@dcrousso dcrousso yesterday
@dcrousso dcrousso yesterday
The text was updated successfully, but these errors were encountered: