Jonas Hübotter
Jonas Hübotter
Should have been fixed with 32ce60a7f9c17061b506b2848a159a4e5e838138. Because of some reason it's still not working. The same goes for download links.
Similar to inline animations. Specify a specific animation for when a user clicks on the back button.
Allow for the specification of a loader element within persistent (itself) elements. This element would then replace (fadein-fadeout/custom) the persistent elements content while the request is in progress.
After adding the ERB loader and adding the `.erb` file extension to my `application` pack, I am getting the following error: ``` ERROR in ./app/webpack/packs/application.js.erb Module build failed: Error: spawn...
Fixes https://github.com/microsoft/TypeScript/issues/41775 I was a little bit unsure whether its best to use `ProgressEvent` vs making `Event` generic (`Event`) and then using `Event`.