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 URL Standard makes use of two byte sequence methods for percent-decoding that go undefined in the Infra Standard:
iteration and "for each" (used on L409; defined in Infra for lists, sets, and maps)
appending a byte to a byte sequence (used on L412, L416, 427; defined in Infra for lists and sets)
I believe copy-pasting the existing definitions for lists should be adequate. This brings into question if a byte sequence should be defined as a list of bytes so it can inherit the properties and methods of a list, but that is better left for another issue.
The text was updated successfully, but these errors were encountered:
The URL Standard makes use of two byte sequence methods for percent-decoding that go undefined in the Infra Standard:
I believe copy-pasting the existing definitions for lists should be adequate. This brings into question if a byte sequence should be defined as a list of bytes so it can inherit the properties and methods of a list, but that is better left for another issue.
The text was updated successfully, but these errors were encountered: