w3c / contact-picker

Contact Picker API
https://www.w3.org/TR/contact-picker/
Other
74 stars 8 forks source link

Use an interface for ContactInfo & set unrequested fields to null. #22

Closed rayankans closed 5 years ago

rayankans commented 5 years ago

Using an interface would help with issue #19, since we would be able to check if a certain property is supported by the browser. It was also the result of some conversation in #21