define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.
INDIRECT
3
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
INDIRECT
6
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-bound
is-boolean-object • 1.2.2Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
INDIRECT
14
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
INDIRECT
0
is-data-view • 1.0.2Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
INDIRECT
24
is-date-object • 1.1.0Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
INDIRECT
14
is-finalizationregistry • 1.1.1Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
is-typed-array • 1.1.15Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
INDIRECT
23
is-weakmap • 2.0.2Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
INDIRECT
0
is-weakref • 1.1.1Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
INDIRECT
13
is-weakset • 2.0.4Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
reflect.getprototypeof • 1.0.10An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible
which-collection • 1.0.2Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
INDIRECT
17
which-typed-array • 1.1.19Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
@wix/unidriver-playwright • 1.3.13- `playwrightUniDriver` - Creates a driver for DOM element - `playwrightUniDriverList` - Creates a driver for list of DOM elements - `isPlaywrightUniDriver` - Type-guard check if driver is of `dom` type allowing use of specific methods for the driver, t
DIRECT
2
@wix/unidriver-puppeteer • 1.3.13- `puppeteerUniDriver` - Creates a driver for DOM element - `puppeteerUniDriverList` - Creates a driver for list of DOM elements - `isPuppeteerUniDriver` - Type-guard check if driver is of `puppeteer` type allowing use of specific methods for the driver,