@ulixee/awaited-dom
v1.4.2
Published
Library for converting WebIDLs to Typescript interfaces and classes
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-domOr NPM:
npm install awaited-dom