UNPKG

@applitools/jsdom

Version:

jsdom without canvas 19.0.0

24 lines (17 loc) 300 B
"use strict"; const idlUtils = require("../generated/utils"); exports.implementation = class PluginArray { refresh() {} get length() { return 0; } item() { return null; } namedItem() { return null; } get [idlUtils.supportedPropertyIndices]() { return []; } };