Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure HTMLElement exists in all contexts
When requiring this module in NodeJS, it will error as `HTMLElement` does not exist. Creating a variable defaulting to `null` allows the class to be created in the server without causing errors. This is useful for introspecting the class within NodeJS.
- Loading branch information