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

Runtime errors in JS console #49

Open
davedawkins opened this issue Aug 17, 2015 · 3 comments
Open

Runtime errors in JS console #49

davedawkins opened this issue Aug 17, 2015 · 3 comments

Comments

@davedawkins
Copy link

When clicking on top-right 4-way arrow (and from "Download"/"Save" button)

Browser is Chrome Version 44.0.2403.155 m

image

@mr-bo-jangles
Copy link

Looks like https://github.com/evancz/start-app needs to update their readme :P

@rtfeldman
Copy link
Owner

Nah - this is definitely a JS error. :)

dreamwriter$ git grep saveAs
src/FileIO.coffee:saveAs = require "FileSaver.js"
src/FileIO.coffee:  saveAs: saveAs
src/bootstrap-elm.coffee:      FileIO.saveAs new Blob([html], {type: contentType}), filename

I'm very backed up and won't get to this anytime soon, but looks like the problem is related to FileSaver.js not exporting the saveAs function if anyone wants to make a pull request. 😃

@davedawkins
Copy link
Author

I might try that just to learn how to do all those things. Thanks for the
clue.

On 3 September 2015 at 21:50, Richard Feldman [email protected]
wrote:

Nah - this is definitely a JS error. :)

$ git grep saveAs
src/FileIO.coffee:saveAs = require "FileSaver.js"
src/FileIO.coffee: saveAs: saveAs
src/bootstrap-elm.coffee: FileIO.saveAs new Blob([html], {type: contentType}), filename

I'm very backed up and won't get to this anytime soon, but looks like the
problem is related to FileSaver.js not exporting the saveAs function if
anyone wants to make a pull request. [image: 😃]


Reply to this email directly or view it on GitHub
#49 (comment)
.

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

3 participants