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
In Fetch I'm treating it as if it returns a string, since that's what I imagine we'll end up with. UTF-8 encoding turns the string into a byte sequence.
https://url.spec.whatwg.org/#serialize-an-integer - I'm going to do something similar to this in the Fetch spec, for adding numbers to a header.
Feels like something infra should take care of.
It might become part of #193.
The text was updated successfully, but these errors were encountered: