donejs / done-ssr

Server Side Rendering for DoneJS
https://www.npmjs.com/package/done-ssr
MIT License
23 stars 11 forks source link

Don't add a preload link for Safari #656

Closed matthewp closed 5 years ago

matthewp commented 5 years ago

Safari supports Preload links but not for fetch. Adding one causes the data to be consumed but not used, messing up mutation reattachment.