(content: string, options?: ContentOptions)
| 1898 | } |
| 1899 | interface DocumentEnd { |
| 1900 | append(content: string, options?: ContentOptions): DocumentEnd |
| 1901 | } |
| 1902 | /** |
| 1903 | * This is the event type for `fetch` events dispatched on the ServiceWorkerGlobalScope. |
nothing calls this directly
no outgoing calls
no test coverage detected