transferables

Utility library that lists out all transferable objects (https://developer.mozilla.org/en-US/docs/Glossary/Transferable_objects) that can be transfered between Workers and the main thread

MIT License

Downloads
1.6K
Stars
20
Committers
4

Bot releases are visible (Hide)

transferables - v1.0.3 Latest Release

Published by github-actions[bot] over 1 year ago

1.0.3 (2023-02-16)

Performance Improvements

  • optimize streams check (c5c0091)
  • use ArrayBuffer.isView(..) for isTypedArray(...) (d9ec09c)
transferables - v1.0.2

Published by github-actions[bot] almost 2 years ago

1.0.2 (2022-12-27)

Bug Fixes

  • remove structuredClone not supported errors in Bun (7668b8e)

Performance Improvements

  • faster checks in hasTransferable (51d0d2a)
  • reduce array coping + switch to for loops (f518510)
transferables - v1.0.1

Published by github-actions[bot] almost 2 years ago

1.0.1 (2022-12-25)

Performance Improvements

  • use consts for testing browser support (e8f783a)
transferables - v1.0.0

Published by github-actions[bot] almost 2 years ago

1.0.0 (2022-12-20)

Bug Fixes

Features

  • add browser benchmarks via playwright (8649746)

Performance Improvements

  • benchmark messagechannel (48d1273)
  • improve perfs + test transfer support (a30fe86)
  • optimize hasTransferables, getTransferables, and getTransferable (af9be28)