Changes since 24.8.0.beta4
New features
-
Add ElementRequestHandler to Element (#21656)
Commit · Pull requestAdd possibility to give a ElementRequestHandler as attribute to Element so you can directly use .setAttribute("xyz", downloadHandler) and .setAttribute("xyz", uploadHandler)
-
Add link type control to Anchor (#21649)
Commit · Pull requestAdd LinkMode to Anchor for selecting if the anchor should be download or inline. handle null mode
Fixes
-
Download sets content-disposition (#21671)
Commit · Pull requestDownload handlers should set content-disposition: inline when inline has been invoked.