Options
All
  • Public
  • Public/Protected
  • All
Menu

GVH-4200: Chrome 54 removed support for FileError objects. All relevant errors will not be either DOMError or DOMException objects. Both DOMError and DOMException objects have common name properties. Let's replace all instances of FileError code properties with this name property. See https://developers.google.com/web/updates/2016/08/chrome-53-deprecations.

String constants that represent the various types of {@link DOMError} and {@link DOMException}.

Index

Variables

Const INVALID_MODIFICATION_ERR

INVALID_MODIFICATION_ERR: string

Const INVALID_STATE_ERR

INVALID_STATE_ERR: string

Const NOT_FOUND_ERR

NOT_FOUND_ERR: string

Const QUOTA_EXCEEDED_ERR

QUOTA_EXCEEDED_ERR: string

Const SECURITY_ERR

SECURITY_ERR: string