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

'BlobBuilder' is undefined in IE 10 #47

Open
rotwurstesser opened this issue Oct 30, 2017 · 1 comment
Open

'BlobBuilder' is undefined in IE 10 #47

rotwurstesser opened this issue Oct 30, 2017 · 1 comment

Comments

@rotwurstesser
Copy link

I get the error "'BlobBuilder' is undefined" in both my code and the demo(https://rawgit.com/nwcell/ics.js/master/demo/demo.html#) on IE 10 (tested on demo with emulation in devtools)
Is there any workaround or fix known?

@rotwurstesser
Copy link
Author

Hi @nwcell i think i solved it! i changed ics.js and added:
if (window.MSBlobBuilder) { var bb = new window.MSBlobBuilder(); bb.append(calendar); blob = bb.getBlob('text/x-vCalendar;charset=' + document.characterSet); }
This way it also works in IE10

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