Skip to content

0.11.4

Compare
Choose a tag to compare
@DallasHoff DallasHoff released this 19 Oct 03:49
· 26 commits to main since this release
  • ReadableStream<Uint8Array> has been added to the accepted input types of overwriteDatabaseFile, allowing the database file to be streamed into the OPFS in chunks. Also, if overwriteDatabaseFile is passed a File or Blob, it now streams those using ReadableStream as well.
  • Removed nanoid dependency (Contributed by @filipe-freire)