# 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](https://github.com/ulixee/noderdom) tooling.

## Install

Install from Yarn:
```
yarn add awaited-dom
```
Or NPM:
```
npm install awaited-dom
```

## License

[MIT](LICENSE.md)
