alexmdodge / github-diff-explorer

The GitHub Diff Explorer is a Chrome/Firefox extension that generates a seamless file explorer with a minimalist focus.
https://gde.alexdodge.ca/
MIT License
29 stars 5 forks source link

Task: Refactor Polling to use Mutation Observers #37

Open alexmdodge opened 6 years ago

alexmdodge commented 6 years ago

The polling is working to determine when a specific page is loaded, but leaves a bit to be desired when responding to DOM change while loading content. Some ideas around improving this,