# shared-document-observer **Repository Path**: mirrors_WebReflection/shared-document-observer ## Basic Information - **Project Name**: shared-document-observer - **Description**: A Set instance that invokes any {subtree: true, childList: true} on the current document - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # shared-document-observer A `Set` instance that invokes any `{subtree: true, childList: true}` on the current document. ```js import sdo from 'shared-document-observer'; sdo.add((records, observer) => { // sdo.observer === observer }); ```