It appears that this shows the full list of methods.
Obviously it's not that difficult to find a way around this... but for the sake of elegance there should be a method isConnected
, shouldn't there?
It appears that this shows the full list of methods.
Obviously it's not that difficult to find a way around this... but for the sake of elegance there should be a method isConnected
, shouldn't there?
If one would really want to know the status of MutationObserver object instance, then a way to get this would be the creation of a new object class from it in a composition style (JSFiddle example):