Closed mrousavy closed 1 week ago
If toString() is called on a HybridObject without a NativeState, this PR now changes the flow to not throw an error but instead actually return a stringified representation of the unbound Prototype
toString()
Might also fix this: https://github.com/mrousavy/nitro/issues/314
The latest updates on your projects. Learn more about Vercel for Git ↗︎
actually nvm this is not a good idea. It's completely unnecessary for production apps and just adds overhead.
If
toString()
is called on a HybridObject without a NativeState, this PR now changes the flow to not throw an error but instead actually return a stringified representation of the unbound PrototypeMight also fix this: https://github.com/mrousavy/nitro/issues/314