Skip to content

Commit

Permalink
Update src/setupWorker/glossary.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Artem Zakharchenko <kettanaito@gmail.com>
  • Loading branch information
95th and kettanaito authored Jul 16, 2022
1 parent 473b740 commit e9c9897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setupWorker/glossary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface ServiceWorkerIncomingRequest extends RequestWithoutMethods {
/**
* Response body.
*/
body?: ArrayBuffer
body: ArrayBuffer | null
}

export type ServiceWorkerIncomingResponse = Pick<
Expand Down

0 comments on commit e9c9897

Please sign in to comment.