jsdom / domexception
An implementation of the DOMException class from browsers
☆21Updated 11 months ago
Related projects ⓘ
Alternatives and complementary repositories for domexception
- Decode strings according to the WHATWG Encoding Standard☆23Updated 4 months ago
- An implementation of the W3C High Resolution Time Level 2 specification.☆11Updated 2 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 3 months ago
- Is this an ES6 Symbol value?☆18Updated 2 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 4 months ago
- ES6 spec-compliant Function.prototype.name sham.☆11Updated last year
- ES spec-compliant shim for String.prototype.padStart☆23Updated 8 months ago
- A collection of Regenerate sets for Unicode various properties.☆18Updated 2 months ago
- A module which will endeavor to guess your terminal's level of color support.☆24Updated 6 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- set blocking stdio and stderr ensuring that terminal output does not truncate☆37Updated 11 months ago
- Report if your package.json is out of sync with your package-lock.json☆38Updated 2 years ago
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Check if a file path is a binary file☆43Updated 6 months ago
- Check whether a given string matches the `PotentialCustomElementName` production as defined in the HTML Standard.☆9Updated 3 years ago
- Lowercase the keys of an object☆40Updated last year
- Strip the final newline character from a string/buffer☆35Updated 3 weeks ago
- The color cyan, in ansi.☆8Updated 5 years ago
- Returns an object with the base path and the actual pattern from a glob.☆17Updated 7 years ago
- Track the list of currently unhandled promise rejections☆24Updated 5 years ago
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Updated 7 years ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆34Updated 3 years ago
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆26Updated last year
- TC39 Code of Conduct☆29Updated 10 months ago
- Is this an arguments object? It's a harder question than you think.