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 offset argument is a relic from before Uint8Array and ArrayBuffer types were widespread. Now that those types are widely adopted, users can create typed arrays with built-in offsets, obviating the need for us to support typed arrays. For example...
This assumes we commit to Uint8Array for binary uuid types, however. See #755
This would be a breaking change, of course.
The text was updated successfully, but these errors were encountered:
broofa
changed the title
BREAKING CHANGE: Drop support for offset argument, commit to Uint8Array type for binary uuids
Drop support for offset argument, commit to Uint8Array type for binary uuids
Jun 5, 2024
The
offset
argument is a relic from beforeUint8Array
andArrayBuffer
types were widespread. Now that those types are widely adopted, users can create typed arrays with built-in offsets, obviating the need for us to support typed arrays. For example...This assumes we commit to
Uint8Array
for binary uuid types, however. See #755This would be a breaking change, of course.
The text was updated successfully, but these errors were encountered: