Multiple endpoints, same request
We want to be able to put in something that is triggered when bundle.js is requested, even if we do nothing.
This could be an entire new endpoint at bundle.js, and we allow them to chain.
If we allow them to chain, need to think about requiresBaseResponse.
This should work for any endpoint, e.g. we dont want other mods to block a specific endpoint / file.
Edited by Tom Burniston