AccessLint / accesslint.js

Keep accessibility errors in check.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MutationObserver is registered at require time

wyattdanger opened this issue · comments

In index.js, that the mutation observer is set up at require time rather than after the window.load event has fired. It seems to me that you wouldn't want to report mutations that happen before the full document scan which happens on window load. I'm happy to file a PR for this as well

closed by #21