@zenfs/core
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -20,5 +20,2 @@ /// <reference types="node" resolution-mode="require"/> | ||
export * as constants from './constants.js'; | ||
declare global { | ||
const ReadableStream: typeof TReadableStream; | ||
} | ||
export declare class FileHandle implements promises.FileHandle { | ||
@@ -25,0 +22,0 @@ /** |
@@ -155,3 +155,3 @@ import { Buffer } from 'buffer'; | ||
}; | ||
return new ReadableStream({ start, type: options.type }); | ||
return new globalThis.ReadableStream({ start, type: options.type }); | ||
} | ||
@@ -158,0 +158,0 @@ readLines(options) { |
{ | ||
"name": "@zenfs/core", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "A filesystem in your browser", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1510605
11594