0.0.4
Pre-release
Pre-release
- Updated core (0.0.8 -> 0.0.11)
- Removed unused dependencies:
@jest/globals
,@types/jest
,@types/node
,archiver
,buffer
,cross-env
,esbuild-plugin-polyfill-node
,jest
,path
,ts-jest
- Moved from
Buffer
toUint8Array
- Narrowed the return type of
FileSystemAccessFileSystem.createFile
andFileSystemAccessFileSystem.openFile
fromPromise<File>
toPromise<FileSystemAccessFile>
- Narrowed the return type of
HTTPRequest.open
fromPromise<File>
toPromise<NoSyncFile<this>>
- Removed
HTTPRequest._requestFileInternal
andHTTPRequest._requestFileSizeInternal
- Changed
WorkerFS
option validator to be synchronous