Error when using abort snippets in Chrome 52
Environment
ABP 3.8.4.2587 Chrome 52.0.2743.82 / Windows 10 (1903)
Works as expected / could not reproduce in Chrome 55+ and other browsers.
How to reproduce
- Navigate to an abort snippet test page (link).
- Add the first filter on the page to ABP.
- Refresh the page.
Observed behavior
All of the abort-* snippets fail to work and the following error is printed to the page console:
VM120:23 Uncaught TypeError: Cannot read property 'bind' of undefined
Expected behavior
Snippet to work / error to not be reported.