shared-document-observer
v0.1.2
Published
A Set instance that invokes any {subtree: true, childList: true} on the current document
Downloads
3
Maintainers
Readme
shared-document-observer
A Set
instance that invokes any {subtree: true, childList: true}
on the current document.
import sdo from 'shared-document-observer';
sdo.add((records, observer) => {
// sdo.observer === observer
});