0.11.4
ReadableStream<Uint8Array>
has been added to the accepted input types ofoverwriteDatabaseFile
, allowing the database file to be streamed into the OPFS in chunks. Also, ifoverwriteDatabaseFile
is passed aFile
orBlob
, it now streams those usingReadableStream
as well.- Removed
nanoid
dependency (Contributed by @filipe-freire)