bitovi / velocirender

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

Website example doesn't work in Firefox #43

Closed green3g closed 5 years ago

green3g commented 5 years ago

Just tried running the example in Firefox. When it did work, the client app was much faster than Velocirender (odd). In chrome it worked just fine. Often though I couldn't get the example to work in firefox and ended up with:

image

Firefox V 65 on Windows 7x64

matthewp commented 5 years ago

Yeah, I'm investigating this. Thanks for filing an issue though.

matthewp commented 5 years ago

Should be working now. Turns out the problem was that we do HTML caching and were using the same cache for supporting and non-supporting browsers. Because Firefox doesn't support iframe srcdoc which we need, it should fallback to client-side loading. Which it does now. Thanks again for the report!