Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bun Support #416

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Bun Support #416

wants to merge 2 commits into from

Commits on Oct 18, 2023

  1. Update connection.js

    Changing how we connect to the net client so runtimes like bun will work (tested this on 1.0.6)
    Darker-Ink authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    5c10db0 View commit details
    Browse the repository at this point in the history
  2. Update streams.js

    In bun, for some reason when concating buffers if the length is set to undefined, bun returns a empty buffer. This fixes that (still works in node, tested on bun v1.06 and node v16.20.2+)
    Darker-Ink authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    eeb8eba View commit details
    Browse the repository at this point in the history