blog.rustbr.org broken
Opened this issue · 6 comments
http://blog.rustbr.org/ appears to be terribly broken:
No messages in the JavaScript console, no failed downloads in the network debugger.
Firefox 61.0.2 on Linux
@marioidival That is Google Chrome on Windows?
My first guess would be that the <link rel="preload" onload="...">
is not being loaded here. Maybe that is some same-origin thing, as the blog and the CSS live on different domains?
@devurandom linux
Same here, the blog is broken on Firefox. rel="preload"
is not supported on Firefox.
This is a terrible abuse of <link rel=preload>
. Preload is supposed to be an enhancement. As it is, you’ve made the site work in Chrome and recent Safari only, and unnecessarily depend on JavaScript too.
This is what I get when I disable JS..