Study ;3
[Javascript] a href를 통해 다운로드 시 beforeunload 이벤트 이슈
유부뽀
2019. 9. 27. 14:50
target='_blank'도 있지만 download 속성만 붙여주면 무시해준다!
* IE에서는 안됨
https://stackoverflow.com/questions/2452110/download-binary-without-triggering-onbeforeunload
Download binary without triggering onbeforeunload
I want to kick off a file download for a user when he clicks a link, but I have an onbeforeunload handler that I don't want to get invoked when the download begins. To downloads, I currently have a...
stackoverflow.com
반응형