(content: string, options?: ContentOptions)
| 1524 | } |
| 1525 | interface DocumentEnd { |
| 1526 | append(content: string, options?: ContentOptions): DocumentEnd; |
| 1527 | } |
| 1528 | /** |
| 1529 | * This is the event type for `fetch` events dispatched on the ServiceWorkerGlobalScope. |
nothing calls this directly
no outgoing calls
no test coverage detected