U bent hier:
API Class dw.util.Bytes Extended to Improve Interaction with ECMAScript 6
The dw.util.Bytes class is now more compatible
with the JavaScript typed array features introduced with compatibility mode 21.2.
How: The Bytes object is now a view to a native JavaScript ArrayBuffer object like other
typed arrays in JavaScript. You can create a Bytes object from a typed array. You can
access the data in the array using the new method asUint8Array(). Also, the 10 KB limit for Bytes objects was eliminated.
ArrayBuffer (api.jsArrayBufferSize) and string sizes
(api.jsStringLength) quotas now enforce size
limitations.

