fastboot-app-server
fastboot-app-server copied to clipboard
`this.fastboot` is possibly `undefined`
In the event of a notification that triggers reload, this.fastboot is possibly undefined:
https://github.com/ember-fastboot/fastboot-app-server/blob/a5d194e4f32a06c9af42a35eefb242878d868ec2/src/worker.js#L62
this.fastboot comes into existence conditionally based upon:
https://github.com/ember-fastboot/fastboot-app-server/blob/a5d194e4f32a06c9af42a35eefb242878d868ec2/src/worker.js#L45-L49