|
Answer» Most useful API that has been added to HTML5? Below are th list of 10 most useful API added to HTML5 (1)Battery Status:-This API will check the battery status of the device which user is using. (2)Clipboard:-THis API will copy the data to the clipboard. (3)Drag and drop:-From this we will SIMPLEY drag and drop item in the APP. (4)Fetch:-From fetch request of HTTP request is much easier in previous where we USE XMLHTTPRequest. (5)Form:-Added a new types for validation and rendering. (6)Geolocation:-From this API we will get the device location but user must accept that of access. (7)Internalization:-This API has been used for International formatting and string comparison. (8)Screen Orienation:-This API will check the device screen orientation. (9)Web Audio:-This API will process audio on the CLIENT side. (10)Web SOCKETS:-This API will do the real time communication between server and client.
|