As part of investigating a bug today, I found that apparently FileError has been deprecated in favor of a generic DOMError:
- https://developer.mozilla.org/en-US/docs/DOM/FileError - http://dev.w3.org/2006/webapi/FileAPI/ I haven't done much digging but was generally curious about how/how often we adjust for changes like this? Is this what the "Core API Audit" is for? Shall I add things like this to that wiki page? -Michal