Capture DOM both when events occur AND just after
At present, an event captures the DOM either at the time the event occurs, or a delay can be added to capture it after the event occurred, but in some cases we really would like both. Sometimes things change on the page without any clicks or form ...