Last active
November 25, 2016 13:13
-
-
Save abhisheksliam/e620c41eb37807d18e754543682bbed0 to your computer and use it in GitHub Desktop.
JS HTML API's
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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