mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Migrate api golden usage to be based on rules_js toolchain implementation PR Close #62688
23 lines
630 B
Markdown
23 lines
630 B
Markdown
## 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)
|
|
|
|
```
|