ecma-runtime-cat 0.3.4

ECMAScript runtime: native built-ins (console, Math, JSON, parseInt, isNaN, Promise, Object, Array, ...) that the boa-cat engine exposes to scripts. v0.3.4 adds `Promise.allSettled(arr)` and `Promise.any(arr)`. `allSettled` resolves with a per-input `{ status, value }` / `{ status, reason }` record, never short-circuiting. `any` resolves with the first fulfilled input and rejects with an `AggregateError`-shaped object carrying every rejection reason when all inputs reject. Both throw `TypeError` on Pending inputs for the same reason as `all` / `race`.
  • Feature flags
  • This release does not have any feature flags.

ecma-runtime-cat

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This release does not have any feature flags.