- 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.