Blob
类提供了一些方法,用于以不同的格式使用其内容,包括 .text()
。
const blob = new Blob(["hello world"]);
const str = await blob.text();
// => "hello world"
有关使用 Bun 处理二进制数据的完整文档,请参阅 文档 > API > 二进制数据。
Blob
类提供了一些方法,用于以不同的格式使用其内容,包括 .text()
。
const blob = new Blob(["hello world"]);
const str = await blob.text();
// => "hello world"
有关使用 Bun 处理二进制数据的完整文档,请参阅 文档 > API > 二进制数据。
HTTP
包管理器
将 bun install 与 Artifactory 一起使用
在 GitHub Actions 中使用 Bun 安装依赖项
进程
读取文件
运行时
实用工具