Live data from Hacker News

BigScreen — Javascript library for HTML5 Fullscreen API

brad.is

1–10 of 24 posts

Re: BigScreen — Javascript library for HTML5 Fullscreen API

#4
So... this appears to do little more than normalize prefixes. So why not just throw a normalization gist up? The first part is:

  HTMLElement.prototype.requestFullscreen = HTMLElement.prototype.requestFullscreen
    || HTMLElement.prototype.webkitRequestFullscreen
    || HTMLElement.prototype.webkitRequestFullScreen
    || HTMLElement.prototype.mozRequestFullScreen;

Re: BigScreen — Javascript library for HTML5 Fullscreen API

#8
post #5

This website is blocked as 'pornography' at my workplace. So... that's interesting.

As far as I can tell that's a mistake. At least that page is perfectly clean, but now I don't necessarily want to go hunting around to see why it was classified like that ;)
Post reply on HN