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
For example getReader(null) should throw. getReader(7) should work. getReader('hi') should work, unless you set String.prototype.mode = 'not byob' first.
Similar concerns apply where the standard uses GetV.
The text was updated successfully, but these errors were encountered:
For example
getReader(null)
should throw.getReader(7)
should work.getReader('hi')
should work, unless you setString.prototype.mode = 'not byob'
first.Similar concerns apply where the standard uses GetV.
The text was updated successfully, but these errors were encountered: