WICG / budget-api

Proposal for a Budget API
https://wicg.github.io/budget-api/
Other
26 stars 11 forks source link

[TAG] Error for unsupported operations? #17

Open slightlyoff opened 7 years ago

slightlyoff commented 7 years ago

From TAG feedback issue

What error will be reported for unsupported operations?

beverloo commented 7 years ago

A TypeError will be thrown per WebIDL semantics because OperationType is an enumeration.