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
(Spinning off of the long thread at #920)
The WIP Blink implementation requires the string to be latin1-only and contain no \r, \n, or \0, rejecting with a TypeError if not.
This should be specced. Probably we'd point to the Fetch spec's definition, which is being worked on at whatwg/fetch#332.
The text was updated successfully, but these errors were encountered:
(Spinning off of the long thread at #920)
The WIP Blink implementation requires the string to be latin1-only and contain no
\r
,\n
, or\0
, rejecting with a TypeError if not.This should be specced. Probably we'd point to the Fetch spec's definition, which is being worked on at whatwg/fetch#332.
The text was updated successfully, but these errors were encountered: