Skip to content

Commit

Permalink
Add HTMLInputElement.showPicker to html5.js externs.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 560829919
  • Loading branch information
Closure Team authored and copybara-github committed Aug 28, 2023
1 parent 0163fbe commit d186a48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions externs/browser/html5.js
Original file line number Diff line number Diff line change
Expand Up @@ -2120,6 +2120,12 @@ HTMLInputElement.prototype.stepDown = function(opt_n) {};
*/
HTMLInputElement.prototype.stepUp = function(opt_n) {};

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


/**
Expand Down

0 comments on commit d186a48

Please sign in to comment.