Skip to content

Commit

Permalink
docs(Polyfills): add info for Node.isConnected
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan A. Johnson committed Jan 8, 2019
1 parent b3b20f2 commit b6a1a19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/_data/polyfilled-apis.json5
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
missing: ['ie'],
polyfill: 'webcomponentsjs',
},
{
name: 'Node.isConnected',
mdn: 'API/Node/isConnected',
missing: ['edge', 'ie'],
polyfill: 'webcomponentsjs',
},
{
name: 'Node.getRootNode()',
mdn: 'API/Node/getRootNode',
Expand Down

0 comments on commit b6a1a19

Please sign in to comment.