angular/goldens/public-api/service-worker/errors.api.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
630 B
Markdown
Raw Normal View History

## API Report File for "service-worker_errors"
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
// @public
export const enum RuntimeErrorCode {
// (undocumented)
NOT_SUBSCRIBED_TO_PUSH_NOTIFICATIONS = 5602,
// (undocumented)
PUSH_SUBSCRIPTION_UNSUBSCRIBE_FAILED = 5603,
// (undocumented)
SERVICE_WORKER_DISABLED_OR_NOT_SUPPORTED_BY_THIS_BROWSER = 5601,
// (undocumented)
SERVICE_WORKER_REGISTRATION_FAILED = 5604,
// (undocumented)
UNKNOWN_REGISTRATION_STRATEGY = 5600
}
// (No @packageDocumentation comment for this package)
```