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
The specification only permits "unicode scalar values" in escaped code points. The code for scanning escaped code points rejects out-of-range code point values but does not reject high- and low-surrogates.
The text was updated successfully, but these errors were encountered:
The specification only permits "unicode scalar values" in escaped code points. The code for scanning escaped code points rejects out-of-range code point values but does not reject high- and low-surrogates.
The text was updated successfully, but these errors were encountered: