[w3c/IndexedDB] Support Annotated Types in IDBFactory and IDBObjectStore (#216)

As Web IDL's specifications have changed, Extended Attributes which are applicable to types get to apply to types, not any variables.
Argument's example:
  - Before: [EnforceRange] optional unsigned long court
  - After: optional [EnforceRange] unsigned long court

In the "Before" version,  [EnforceRange] cannot apply to "unsigned long" and it conflicts with the Web IDL's specifications.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/216

Received on Monday, 25 September 2017 03:23:13 UTC