-
Notifications
You must be signed in to change notification settings - Fork 21
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
Safari loading error #13
Comments
Hi Peter, this is an issue with Safari 5. Upgrading to Safari 6 will resolve this issue. Despite supporting Blobs, Safari 5 does not support the Blob constructor. Please reference "Browser compatibility" towards the end of this document: I'm interested in the web tool that you're developing. Would you mind sending a link when you're ready? |
Hi Amit, thanks for the details. I guess that just means the web app won't be available for Safari 5. I can live with that. The application is a browser for proprietary data, so I can't share the link. But I can probably make a standalone example once the code base is stable. |
Oh, forgot to mention that getFrame should work in Safari 5. getFrameAsync is the method calling the blob constructor. Sure, if you have code to share, I'm sure others would appreciate it. On Apr 25, 2013, at 23:42, Peter Melchior [email protected] wrote:
|
I'm developing a web tool for browsing FITS files and make use of webfits and thus fitsjs. In most browsers, everything works as expected, but Safari on Mac OS X 10.6.8 throws an error at line 690 of fits.js (when attempting to load a valid FITS file):
Help appreciated.
Peter
The text was updated successfully, but these errors were encountered: