← Back to context Comment by 9dev 4 days ago Does that mean I can also send the „Refresh“ http header to do that? 2 comments 9dev Reply greyface- 4 days ago Yes. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Re...In a similar vein, you can also use `Link: foo.css; rel=stylesheet` instead of `<link href="foo.css" rel="stylesheet" />` to specify stylesheets. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Li... notpushkin 4 days ago Only works in Firefox, sadly. But you can do some really weird stuff with it, like https://news.ycombinator.com/item?id=42234837)
greyface- 4 days ago Yes. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Re...In a similar vein, you can also use `Link: foo.css; rel=stylesheet` instead of `<link href="foo.css" rel="stylesheet" />` to specify stylesheets. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Li... notpushkin 4 days ago Only works in Firefox, sadly. But you can do some really weird stuff with it, like https://news.ycombinator.com/item?id=42234837)
notpushkin 4 days ago Only works in Firefox, sadly. But you can do some really weird stuff with it, like https://news.ycombinator.com/item?id=42234837)
Yes. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Re...
In a similar vein, you can also use `Link: foo.css; rel=stylesheet` instead of `<link href="foo.css" rel="stylesheet" />` to specify stylesheets. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Li...
Only works in Firefox, sadly. But you can do some really weird stuff with it, like https://news.ycombinator.com/item?id=42234837)