| 15828 | }); |
| 15829 | } |
| 15830 | add(_0) { |
| 15831 | return __async(this, arguments, function* (request) { |
| 15832 | webidl.brandCheck(this, _Cache); |
| 15833 | const prefix = "Cache.add"; |
| 15834 | webidl.argumentLengthCheck(arguments, 1, prefix); |
| 15835 | request = webidl.converters.RequestInfo(request, prefix, "request"); |
| 15836 | const requests = [request]; |
| 15837 | const responseArrayPromise = this.addAll(requests); |
| 15838 | return yield responseArrayPromise; |
| 15839 | }); |
| 15840 | } |
| 15841 | addAll(_0) { |
| 15842 | return __async(this, arguments, function* (requests) { |
| 15843 | webidl.brandCheck(this, _Cache); |