Hacker News new | ask | show | jobs
by detaro 2665 days ago
You can make server requests by loading images and fonts. Browsers only load those resources they actually need, so there's lots of opportunities for conditionally triggering requests. Media queries for window size, fallback fonts to check installed fonts, css feature checks to make guesses at the browser type, ...
1 comments

oh my god, what a world we live in!