Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE11 bug nette.ajax.js 2.3.0 #159

Open
lukyrys opened this issue Aug 14, 2018 · 0 comments
Open

IE11 bug nette.ajax.js 2.3.0 #159

lukyrys opened this issue Aug 14, 2018 · 0 comments

Comments

@lukyrys
Copy link

lukyrys commented Aug 14, 2018

SCRIPT1004: Byl očekáván znak ';'
nette.ajax.js (421,19)
V 2.0.0 bez problemu funguje.

420			if (formData.entries && navigator.userAgent.match(/version\/11(\.[0-9]*)? safari/i)) {
421				for (var pair of formData.entries()) {
422					if (pair[1] instanceof File && pair[1].name === '' && pair[1].size === 0) {
423						formData.delete(pair[0]);
424					}
425				}
426			}
lukyrys referenced this issue Aug 14, 2018
fix uploading files via ajax in Safari 11
tvaliasek added a commit to tvaliasek/nette.ajax.js that referenced this issue Oct 16, 2018
@tvaliasek tvaliasek mentioned this issue Oct 16, 2018
tvaliasek added a commit to tvaliasek/nette.ajax.js that referenced this issue Oct 26, 2018
zipper pushed a commit to zipper/nette.ajax.js that referenced this issue May 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant