Assigned
Status Update
Comments
jp...@google.com <jp...@google.com> #2
I highly support this, this way every current FormGroup
subclass can define only the functions it needs (Everything besides Address
can get rid of the AutofillType
API and of the app_locale
parameters, many classes could also get rid of the VerificationStatus
API, etc.)
AutofillProfile
could then implement a GetDataForType(FieldType) -> absl::variant<Address, NameInfo, ...>
and provide the current API with visit
calls instead of polymorphism.
Description
Before opening a new issue, please search for other related issues , click the ★ to subscribe to updates, and click
+1
to vote.Description
<input type="button" value="Close" onclick="google.script.host.close()" />
Impact
Uncaught TypeError: google.script.host.close is not a function at HTMLInputElement.onclick ()