Skip to content

Releases: allan-hx/dart_quickjs

0.0.5

25 Mar 14:04
Compare
Choose a tag to compare
  • JSString adds length indexOf lastIndexOf includes split concat
  • JSArray adds isArray join slice includes
  • JSFunction adds the off method to remove subscriptions.
  • Update the JSFunction subscription logic to fix the issue where callback functions cannot be called when passed from Dart to JavaScript.
  • Add a new JSRegExp object.