Bug 156961

Summary: [WebIDL] Use [StrictTypeChecking] in IndexedDB
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: BindingsAssignee: Chris Dumez <cdumez>
Status: RESOLVED WONTFIX    
Severity: Normal CC: beidson, darin, youennf
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=156778

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.