You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature: implement well formed JSON.stringify behavior
Unicode code points in the inclusive range 0xD800 to 0xDFFF are from
now on escaped as defined by the spec. This was not considered a
breaking change in the proposal and as such it's neither considered
a breaking change here.
0 commit comments