Skip to content
Compare
Choose a tag to compare
@astrobot-houston astrobot-houston released this 21 Sep 18:34
· 2703 commits to main since this release
4e1e8dc

Minor Changes

  • #8595 5b0b3c9a8 Thanks @alexanderniebuhr! - Add support for the following Node.js Runtime APIs, which are availabe in Cloudflare using the node: syntax.

    • assert
    • AsyncLocalStorage
    • Buffer
    • Diagnostics Channel
    • EventEmitter
    • path
    • process
    • Streams
    • StringDecoder
    • util
    import { Buffer } from 'node:buffer';

Patch Changes