Skip to content

يوفر Bun عددًا من دوال الراحة لقراءة محتويات ReadableStream بتنسيقات مختلفة.

ts
const stream = new ReadableStream();
const buf = await Bun.readableStreamToArrayBuffer(stream);

راجع الوثائق > API > أدوات مساعدة للحصول على وثائق دوال تحويل ReadableStream الأخرى في Bun.

Bun بواسطة www.bunjs.com.cn تحرير