UNPKG

jsdom

Version:

A JavaScript implementation of many web standards

22 lines (16 loc) 296 B
"use strict"; const idlUtils = require("../../../generated/idl/utils"); exports.implementation = class MimeTypeArray { get length() { return 0; } item() { return null; } namedItem() { return null; } get [idlUtils.supportedPropertyIndices]() { return []; } };