awaited-dom
v1.4.0
Published
Library for converting WebIDLs to Typescript interfaces and classes
Downloads
189
Readme
AwaitedDOM
AwaitedDOM a library for interacting with a remote browser's Document Object Model as if it were local. Same spec. Same properties and methods. The only difference is they're prefixed with await
.
This library was generated from the Noderdom tooling.
Install
Install from Yarn:
yarn add awaited-dom
Or NPM:
npm install awaited-dom