uzairfarooq / arrive

Watch for DOM elements creation and removal
MIT License
874 stars 99 forks source link

Trying to bind arrive on empty elements array throws error #6

Closed uzairfarooq closed 10 years ago

uzairfarooq commented 10 years ago

Code:

document.getElementsByTagName("dfsdf").arrive("asdf", function(){})

Throws error:

NotFoundError: Failed to execute 'observe' on 'MutationObserver': The provided node was null.