Skip to content

Initial Release 1.0.0

Choose a tag to compare

@AndrewBarber AndrewBarber released this 07 Mar 09:33
· 6 commits to main since this release
a09efa9

Initial Release

This is the first release of @space48/mutation-ready, a utility that provides a Promise-based API for detecting when DOM mutations have settled.

Features

  • Promise-based API for DOM mutation detection
  • Compatible with modern browsers
  • Lightweight with no external dependencies
  • TypeScript support

Usage

import { mutationReady } from '@space48/mutation-ready';

await mutationReady();
// DOM mutations have now settled