You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to SpiderMonkey 124.0.2 (e32632e)
This release includes:
- An optimization for functions that only use arguments.length to avoid allocating the arguments object.
- An optimization for Object.HasOwn which for small numbers of atoms just unrolls the loop.
Fixed
Correct type definition for the global BackendConfiguration type - there is no checkCertificate field (62fd0ea)
Improve our console.log output for functions (9a97fc1)
Refactor our async task implementation to be a generic AsyncTask class instead of separate implementations for each async operation (68dfec7)