2025-07-17 17:31:38 +00:00
|
|
|
## API Report File for "service-worker_errors"
|
2025-01-24 13:18:04 +00:00
|
|
|
|
|
|
|
|
> 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)
|
|
|
|
|
|
|
|
|
|
```
|