RESOLVED WONTFIX 156961
[WebIDL] Use [StrictTypeChecking] in IndexedDB
https://bugs.webkit.org/show_bug.cgi?id=156961
Summary [WebIDL] Use [StrictTypeChecking] in IndexedDB
Chris Dumez
Reported 2016-04-24 15:17:35 PDT
Use [StrictTypeChecking] in IndexedDB to match the WebIDL spec behavior. AFAIK, we haven't shipped this yet so it should be safe compatibility wise.
Attachments
Chris Dumez
Comment 1 2016-04-24 16:38:42 PDT
Actually, it does not look like this would change the web-exposed behavior because all the operations that take a parameter where we should do type checking also have an overload that take an "any" in the IDL.
Note You need to log in before you can comment on or make changes to this bug.