You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@backes points out in this comment that perhaps we should rename the index parameter on Table.get and Table.set to address as a result of #67. I'm not sure we want to, since the existing spec already uses the term "index" and it's quite clear in context that it's referring to the index of an element. Thoughts? (This certainly does not need to block phase 4 vote imo. Just wanted to discuss it before it all ends up on MDN and wherever else.)
The text was updated successfully, but these errors were encountered:
It's obviously not super critical, but while we change the type from unsigned long to AddressValue I would prefer to also just rename index to address, for consistency.
@backes points out in this comment that perhaps we should rename the
index
parameter onTable.get
andTable.set
toaddress
as a result of #67. I'm not sure we want to, since the existing spec already uses the term "index" and it's quite clear in context that it's referring to the index of an element. Thoughts? (This certainly does not need to block phase 4 vote imo. Just wanted to discuss it before it all ends up on MDN and wherever else.)The text was updated successfully, but these errors were encountered: