Skip to content

Commit

Permalink
Export HandlerDidErrorCallbackParam (#2886)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick authored Jul 13, 2021
1 parent ad9b029 commit 33288ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workbox-core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export interface HandlerWillRespondCallback {
(param: HandlerWillRespondCallbackParam): Promise<Response>;
}

interface HandlerDidErrorCallbackParam {
export interface HandlerDidErrorCallbackParam {
request: Request;
event: ExtendableEvent;
error: Error;
Expand Down

0 comments on commit 33288ac

Please sign in to comment.