kimroen / ember-cli-document-title

Adding document title behaviour to your ember app
MIT License
216 stars 61 forks source link

Make promise-based titles work with FastBoot #60

Closed kimroen closed 6 years ago

kimroen commented 7 years ago

Following up from #55, this makes FastBoot wait for our async code to complete before rendering the page.

The code checks that FastBoot exists and that we’re running on FastBoot before using fastboot.deferRendering to tell FastBoot about our Promise.

kimroen commented 6 years ago

Ignoring tests for now, just so I can get the promise-feature working and stop it from blocking releasing things in master.