(self)
| 859 | return self._initializer["fromServiceWorker"] |
| 860 | |
| 861 | async def all_headers(self) -> Headers: |
| 862 | return (await self._actual_headers()).headers() |
| 863 | |
| 864 | async def headers_array(self) -> HeadersArray: |
| 865 | return (await self._actual_headers()).headers_array() |
nothing calls this directly
no test coverage detected