Cloudflare Community
2019/7/12 Workers Release Notes
Developers
Workers
WorkersReleaseNotes
harris
July 12, 2019, 7:30pm
#1
New this week:
Implemented TextEncoder.encodeInto(). This function is useful for encoding strings more optimally when you already have a buffer allocated for the destination, e.g. when copying across the WASM boundary.
2 Likes