Bug 156961
| Summary: | [WebIDL] Use [StrictTypeChecking] in IndexedDB | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Bindings | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
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.