chrome
- chrome.removeObserver(element)
Forwards the target element to Application which will stop it from being monitored for changes.
- Arguments:
element – HTMLElement instance
- Returns:
boolean
Usage:
await squared.parseDocument(document.body); await squared.copyTo("/path/project", { useOriginalHtmlPage: false, observe: true }).then(() => { squared.observe(); }); chrome.removeObserver(document.body);