Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not use external string as keys (nodejs#42)
blink can not recognize external strings from Node, and it will crash when encountered one, for example executing `window.string_decoder`. Note that the values are still using external strings, but making them normal string may have negative affects on performance, and it is very unlikely they would be passed to blink.
- Loading branch information