At DevConf 2020 I gave a talk about the most useful browser APIs. Now I will talk about the most interesting, unexpected and unusual things you can do directly in the browser app.
- Web Speech API: For using the user's voice to control the web apps. - Sensor APIs: Provides access to different sensors on a user's device, such as an accelerometer or gyroscope. - WebXR: Allows developers to create virtual and augmented reality experiences in the browser. - Internationalisation API: Provides a way to format dates, times, numbers, currencies, and more. - Offscreen Canvas API: Allows developers to perform graphics operations outside of the main thread, improving performance. - File system access API: Provides a way for web applications to read and write files on a user's device.