A simple list of possible Typed Array names.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Polyfill for Temporal (https://github.com/tc39/proposal-temporal), an ECMA TC39 Stage 3 proposal
Robustly get the byte length of a Typed Array
Polyfills for various browsers including commonly used language features
Like a Set, but provides the index of the `key` in the backing array
TypeScript definitions for http-assert
typesafe assertion library for TypeScript 3.7+
A lightweight polyfill for Temporal, successor to the JavaScript Date object
ECMAScript spec abstract operations.
Fast polyfill for TextEncoder and TextDecoder, only supports utf-8
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
ES2015-compliant shim for Object.is - differentiates between -0 and +0
Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Polyfill/ponyfill for the AbortController DOM API + optional patching of fetch (stub that calls catch, doesn't actually abort request).
Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible
Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
ES5 spec-compliant shim for String.prototype.trim
Get and robustly cache all JS language-level intrinsics at first require time
ES2015-compliant shim for Number.isNaN - the global isNaN returns false positives.
A lightweight polyfill library for Promise-based WebExtension APIs in Chrome.
Helper function for exhaustive checks of discriminated unions in TypeScript
HTML5 `FormData` for Browsers and Node.