A custom DOM implementation, inspired by jsdom and happy-dom
To install dependencies:
bun installTo run:
bun run index.tsThis project was created using bun init in bun v1.2.14. Bun is a fast all-in-one JavaScript runtime.
# Use this instead of `bun test` since that uses Bun's own test runner
bun run testTODO: setup separate test suites for WebIDL (structural) and DOM behavior (logic) Use WPT test suites