Determine if the JS environment has Symbol support. Supports spec, or shams.
An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.
Export build information as virutal module
`rrdom` is a virtual dom library that is used by `rrweb` to replay DOM mutations. It is a standalone library that can be used to create a virtual dom tree and apply patches to the real dom. It's used in `rrweb` to optimize replay performance especially wh
Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible
Library for fetching Country, its States and Cities
Returns an array of Typed Array names that are available in the current environment
Does this JS environment support the `name` property on functions?
Get the bundle identifier of the default browser (macOS). Example: com.apple.Safari
An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.
High Performance lz4 wasm implementation
Run GraphQL queries with no schema and just one resolver
Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
ES5 spec-compliant shim for String.prototype.trim
ES6 spec-compliant RegExp.prototype.flags shim.
Determine if a function is a native generator function.
Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.
Data for date/time formatting, including data for Gregorian calendar.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
A helper utility for logging of WebdriverIO packages