Skip to content

Commit

Permalink
Add HTMLInputElement showPicker() (#14444)
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Jägenstedt <philip@foolip.org>
  • Loading branch information
2 people authored and jpmedley committed Jan 10, 2022
1 parent 6e3d90c commit c590d2f
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions api/HTMLInputElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -2201,6 +2201,59 @@
}
}
},
"showPicker": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/showPicker",
"spec_url": "https://html.spec.whatwg.org/multipage/input.html#dom-input-showpicker",
"support": {
"chrome": {
"version_added": "99"
},
"chrome_android": {
"version_added": "99"
},
"edge": {
"version_added": "99"
},
"firefox": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/1745005'>bug 1745005</a>."
},
"firefox_android": {
"version_added": false,
"notes": "See <a href='https://bugzil.la/1745005'>bug 1745005</a>."
},
"ie": {
"version_added": false
},
"opera": {
"version_added": false
},
"opera_android": {
"version_added": false
},
"safari": {
"version_added": false,
"notes": "See <a href='https://webkit.org/b/234009'>bug 234009</a>."
},
"safari_ios": {
"version_added": false,
"notes": "See <a href='https://webkit.org/b/234009'>bug 234009</a>."
},
"samsunginternet_android": {
"version_added": false
},
"webview_android": {
"version_added": "99"
}
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"size": {
"__compat": {
"support": {
Expand Down

0 comments on commit c590d2f

Please sign in to comment.