You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A DOMError containing the relevant error. In Chrome 48+/Firefox 58+ this property returns a DOMException because DOMError has been removed from the DOM standard.
The DOMError MDN page also says this DOMError was deprecated.
Also the DOMError and the DOMException APIs in scala-js-dom is not complete. The MDN DOMException class has three methods, but scala-js-dom API only has two, the deprecated message for DOMException.code is not incorrect now.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The current method signature of
FileReader.error
isBut from MDN page:
The
DOMError
MDN page also says this DOMError was deprecated.Also the
DOMError
and theDOMException
APIs in scala-js-dom is not complete. The MDNDOMException class
has three methods, but scala-js-dom API only has two, the deprecated message forDOMException.code
is not incorrect now.The text was updated successfully, but these errors were encountered: