Fyrd / caniuse

Raw browser/feature support data from caniuse.com
https://caniuse.com
Creative Commons Attribution 4.0 International
5.61k stars 1.38k forks source link

File Handling API #6187

Open FossPrime opened 2 years ago

FossPrime commented 2 years ago

Feature detection:

if ('launchQueue' in window && 'files' in LaunchParams.prototype) {
  // The File Handling API is supported.
}
Schweinepriester commented 2 years ago

Considered stable with Chrome 102: