jcgoble3 / gmail-bundling

Web extension that adds bundling functionality to Gmail
MIT License
2 stars 0 forks source link

`hashchange` event listener #18

Open jcgoble3 opened 4 years ago

jcgoble3 commented 4 years ago

A hashchange event listener would be useful for multiple reasons:

Syntax:

window.addEventListener('hashchange', handleHashChange);

Labeling bug since two of the three cases above are bugs.

jcgoble3 commented 4 years ago

17 is no longer a concern, but the others would still benefit from this.

jcgoble3 commented 4 years ago

13 turned out to not need this and was implemented without it. The last remaining item is an enhancement only, and probably won't use this, so retagging as enhancement instead of bug and as low priority.