()
| 12783 | } |
| 12784 | // Returns the URL of request as a string. |
| 12785 | get url() { |
| 12786 | webidl.brandCheck(this, _Request); |
| 12787 | return URLSerializer(this.#state.url); |
| 12788 | } |
| 12789 | // Returns a Headers object consisting of the headers associated with request. |
| 12790 | // Note that headers added in the network layer by the user agent will not |
| 12791 | // be accounted for in this object, e.g., the "Host" header. |
nothing calls this directly
no test coverage detected