Articles tagged: API
Found 5012 documents
- Web/JavaScript/Reference/Global_Objects/WebAssembly/RuntimeError The WebAssembly.RuntimeError() constructor creates a new WebAssembly RuntimeError object — the ...
- Web/JavaScript/Reference/Global_Objects/WebAssembly/Table The WebAssembly.Table() constructor creates a new Table object of the given size and element type.
- Web/JavaScript/Reference/Global_Objects/WebAssembly/Table/get The get() prototype method of the WebAssembly.Table() object retrieves a function reference ...
- Web/JavaScript/Reference/Global_Objects/WebAssembly/Table/grow The grow() prototype method of the WebAssembly.Table object increases the size of the Table ...
- Web/JavaScript/Reference/Global_Objects/WebAssembly/Table/length The length prototype property of the WebAssembly.Table object returns the length of the table, ...
- Web/JavaScript/Reference/Global_Objects/WebAssembly/Table/set The set() prototype method of the WebAssembly.Table object mutates a reference stored at a given ...
- Web/JavaScript/Reference/Global_Objects/WebAssembly/validate The WebAssembly.validate() function validates a given typed array of WebAssembly binary code, ...
- Web/Reference/API The Web offers a wide variety of APIs to perform various useful tasks. These can be accessed ...
- Web/Reference/API_clone The Web offers a wide variety of APIs to perform various useful tasks. These can be accessed ...
- Web/Web_Components/Shadow_DOM Shadow DOM provides encapsulation for DOM and CSS in a Web Component. Shadow DOM makes it so ...
- Web/Web_Components/Status_in_Firefox Web Components is still a very new technology, its specifications being evolved as browser ...
- WebAssembly/Using_the_JavaScript_API This article has taken you through the basics of using the WebAssembly JavaScript API to include ...