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
V8 is unable to optimize this class if it's reconstructing it everytime.
ut_metadata/index.js
Lines 12 to 13 in b871aca
wire.ut_metadata instanceof
Maybe should just get rid of the option to do: utMetadata(x) and instead use the wire.ut_metadata.setMetadata(x) method instead...
utMetadata(x)
wire.ut_metadata.setMetadata(x)
The text was updated successfully, but these errors were encountered:
alxhotel
No branches or pull requests
V8 is unable to optimize this class if it's reconstructing it everytime.
ut_metadata/index.js
Lines 12 to 13 in b871aca
wire.ut_metadata instanceof
check should workMaybe should just get rid of the option to do:
utMetadata(x)
and instead use thewire.ut_metadata.setMetadata(x)
method instead...The text was updated successfully, but these errors were encountered: