Files
bun.sh/packages
Jarred Sumner a5acf7bfa0 [ServerWebSocket] binaryType now defaults to "nodebuffer"
Previously, this defaulted to "uint8array", so this shouldn't be a breaking change unless you make use of `.slice()` in which case it will now be a reference to the same ArrayBuffer rather than a clone.

The rationale for this change is most usages of Uint8Array on the server need a little more than just the bytes. Many npm packages expect Buffer rather than Uint8Array. Directly returning it for binary websocket messages is faster than creating another one.
2023-05-22 11:46:39 -07:00
..
2023-01-25 01:10:15 -08:00
2023-02-17 22:07:02 -08:00
2023-02-17 22:07:02 -08:00
2023-02-17 22:07:02 -08:00
2023-02-17 22:07:02 -08:00