5b0b3c9a8e
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
389 B
389 B
@astrojs/cloudflare |
---|
minor |
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';