airpingu / data-store-api

W3C working draft for Data Store API
http://airpingu.github.io/data-store-api/index.html
4 stars 2 forks source link

Mark DataStore.sync as [NewObject] #9

Open ehsan opened 10 years ago

ehsan commented 10 years ago

This method is intended to return a new object every time it's called. The WebIDL [NewObject] annotation should be used on it.

airpingu commented 10 years ago

Hi ehsan, I don't see [NewObject] defined in the http://www.w3.org/TR/WebIDL/#es-extended-attributes. Is that still something on going?