(request3, options = {})
| 61699 | */ |
| 61700 | #relevantRequestResponseList; |
| 61701 | constructor() { |
| 61702 | if (arguments[0] !== kConstruct) { |
| 61703 | webidl.illegalConstructor(); |
| 61704 | } |
| 61705 | this.#relevantRequestResponseList = arguments[1]; |
| 61706 | } |
| 61707 | async match(request3, options = {}) { |
| 61708 | webidl.brandCheck(this, _Cache); |
| 61709 | webidl.argumentLengthCheck(arguments, 1, { header: "Cache.match" }); |
| 61710 | request3 = webidl.converters.RequestInfo(request3); |
| 61711 | options = webidl.converters.CacheQueryOptions(options); |
| 61712 | const p4 = await this.matchAll(request3, options); |
| 61713 | if (p4.length === 0) { |
| 61714 | return; |
no test coverage detected