UNPKG
wicg-inert
Version:
latest (3.1.3)
3.1.3
3.1.2
3.1.1
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.1.6
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.0
A polyfill for the proposed inert API
github.com/WICG/inert
WICG/inert
wicg-inert
/
test
/
specs
/
element.spec.js
6 lines
(5 loc)
•
185 B
JavaScript
View Raw
1
2
3
4
5
6
describe
(
'HTMLElement.prototype'
,
function
(
) {
it
(
'should patch the HTMLElement prototype'
,
function
(
) {
expect
(
HTMLElement
.
prototype
.
hasOwnProperty
(
'inert'
)).
to
.
be
.
ok
; }); });