Closed ruslansavenok closed 7 years ago
Hi @ruslansavenok, thanks for your input. Please, do you have additional details about your statement? I'd like to see some examples of browsers vs. different outputs. Thanks
Closing... We can reopen if we have additional details.
Different browsers or sites with polyfills has different implementation of
JSON.stringify
, this causes different results forruntimeKey()
between node env, which compiled code and the browser.For example:
JSON.stringify(['minute', {}])
produces:"["minute",{}]"
or""[\"minute\",{}]""