UNPKG

@applitools/jsdom

Version:

jsdom without canvas 19.0.0

14 lines (10 loc) 265 B
"use strict"; const HTMLElementImpl = require("./HTMLElement-impl").implementation; class HTMLMapElementImpl extends HTMLElementImpl { get areas() { return this.getElementsByTagName("AREA"); } } module.exports = { implementation: HTMLMapElementImpl };