Skip to content

Commit d186a48

Browse files
Closure Teamcopybara-github
authored andcommitted
Add HTMLInputElement.showPicker to html5.js externs.
PiperOrigin-RevId: 560829919
1 parent 0163fbe commit d186a48

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

externs/browser/html5.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2120,6 +2120,12 @@ HTMLInputElement.prototype.stepDown = function(opt_n) {};
21202120
*/
21212121
HTMLInputElement.prototype.stepUp = function(opt_n) {};
21222122

2123+
/**
2124+
* Displays the browser picker for an input element.
2125+
* @return {undefined}
2126+
* @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/showPicker
2127+
*/
2128+
HTMLInputElement.prototype.showPicker = function() {};
21232129

21242130

21252131
/**

0 commit comments

Comments
 (0)