bitovi / velocirender

Accelerated server-side rendering.
https://bitovi.github.io/velocirender/
MIT License
128 stars 5 forks source link

Prevent using HTML cache for non-IR supporting browsers #45

Closed matthewp closed 5 years ago

matthewp commented 5 years ago

Don't use the HTML cache when the browser doesn't support IR. This prevents a condition where the first render we cache HTML, and for IR supporting browsers it means we don't get IR, for non-supporting it could mean we do anyways...