Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 437 Bytes

build-README-awaited-dom.md

File metadata and controls

20 lines (14 loc) · 437 Bytes

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

License

MIT