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

ember-fastboot support #150

Open
fsmanuel opened this issue Jun 20, 2016 · 4 comments
Open

ember-fastboot support #150

fsmanuel opened this issue Jun 20, 2016 · 4 comments

Comments

@fsmanuel
Copy link
Member

fsmanuel commented Jun 20, 2016

http://ember-fastboot.com/docs/addon-author-guide
https://github.com/ember-fastboot/ember-cli-fastboot

@fsmanuel
Copy link
Member Author

Since FastBoot got released many years went by without any issues raised that demand better support. I think the only issue that might be raised is a visual glitch if the rendered FastBoot version that uses the defaults get replaced by the data from LocalStorage on rehydration.

I'll close the issue for now. If someone sees a need for actions please reopen the issue.

@vlascik
Copy link

vlascik commented Jan 8, 2022

This addon actually breaks the app boot when ember-cli-fastboot is present. The error is

    window.navigator.msSaveBlob ? function(b,n) {
                     ^

TypeError: Cannot read property 'msSaveBlob' of undefined

coming from vendor/save-as.js, as window.navigator doesn't exist in fastboot.

This kind of prevents either using this addon or fastboot at the same time.

@fsmanuel
Copy link
Member Author

Thanks @vlascik for reporting the issue. I'll reopen the issue and think about a solution.

@fsmanuel fsmanuel reopened this Jan 11, 2022
@fsmanuel
Copy link
Member Author

@vlascik I never used ember-cli-fastboot and would appreaciate help with the error.
I opened #341 to tackle the problem.

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

2 participants