Skip to content

Instantly share code, notes, and snippets.

@abhisheksliam
Last active November 25, 2016 13:13
Show Gist options
  • Select an option

  • Save abhisheksliam/e620c41eb37807d18e754543682bbed0 to your computer and use it in GitHub Desktop.

Select an option

Save abhisheksliam/e620c41eb37807d18e754543682bbed0 to your computer and use it in GitHub Desktop.
JS HTML API's
The setTimeout and setInterval functions were first specified on the Window interface in HTML Standard.
XMLHttpRequest makes it possible to send asynchronous HTTP requests.
The CSS Object Model abstract CSS rules as objects.
WebWorkers allows parallel computation.
WebSockets allows low-level bidirectional communication.
Canvas 2D Context is a drawing API for <canvas>.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/JavaScript_technologies_overview
Javascript Revisited:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment