Skip to content

v1.1.0

Compare
Choose a tag to compare
@JakeChampion JakeChampion released this 06 Jan 19:28
5a43183

1.1.0 (2023-01-06)

Features

  • add crypto.randomUUID function (2c32b42)

Bug Fixes

  • check that setTimeout/setInterval handler is an object before casting to an object (62476f5)
  • ensure retrieving the property definitions of ObjectStoreEntry.prototype.body and ObjectStoreEntry.bodyUsed do not cause panics by ensuring we have a valid entry in their Slots (311b84c)
  • error message is latin1, we need to use JS_ReportErrorLatin1 to convert the message from latin1 to UTF8CharsZ, otherwise a panic occurs (f1a22a4)