2019/7/12 Workers Release Notes

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