WICG / web-otp

phone number verification
https://wicg.github.io/web-otp/
Other
95 stars 36 forks source link

Editorial: dictionary members are done via options["otp"], not options.otp #26

Open domenic opened 4 years ago

domenic commented 4 years ago

This is because dictionaries are ordered maps, which use the bracketed lookup syntax.

domenic commented 4 years ago

Relatedly, https://github.com/heycam/webidl/pull/859 is going to remove the definition of "present" in favor of using the exists definition.