DEV Community

Discussion on: What's new in browser support?

Collapse
 
yashints profile image
Yaser Adel Mehraban • Edited

Native FileSystem API

The Native File System API enables developers to build powerful web apps that interact with files on the user's local device, like IDEs, photo and video editors, text editors, and more. After a user grants a web app access, this API allows web apps to read or save changes directly to files and folders on the user's device.

HTTP/3

The new standard for the web, enabling faster, more reliable, and more secure connections to web endpoints like websites and APIs.

WebXR

WebXR is a group of standards which are used together to support rendering 3D scenes to hardware designed for presenting virtual worlds (virtual reality, or VR), or for adding graphical imagery to the real world, (augmented reality, or AR). The WebXR Device API implements the core of the WebXR feature set, managing the selection of output devices, render the 3D scene to the chosen device at the appropriate frame rate, and manage motion vectors created using input controllers.

Collapse
 
ben profile image
Ben Halpern

TLDR on these three things?

Collapse
 
yashints profile image
Yaser Adel Mehraban

Sorry was on a bus, updated the original comment

Thread Thread
 
ben profile image
Ben Halpern

Marvelous

Collapse
 
rhymes profile image
rhymes

The fact they rebuilt HTTP/2 on top of UDP is so interesting!

Collapse
 
gdotdesign profile image
Szikszai Gusztáv

For those who wonder what the support is for these:

Native FileSystem API ➡️ caniuse.com/#feat=native-filesyste...
HTTP/3 ➡️ caniuse.com/#feat=http3
WebXR ➡️ caniuse.com/#feat=webxr