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
When the alphabet option is read, this extra step is performed:
If alphabet is not a String, throw a TypeError exception.
This extra step isn't present when the lastChunkHandling option is read. Either both options should have an explicit check for String values, or this should happen implicitly when the allowed String values are checked.