| 16473 | }; |
| 16474 | _caches = new WeakMap(); |
| 16475 | var CacheStorage = _CacheStorage; |
| 16476 | Object.defineProperties(CacheStorage.prototype, { |
| 16477 | [Symbol.toStringTag]: { |
| 16478 | value: "CacheStorage", |
| 16479 | configurable: true |
| 16480 | }, |
| 16481 | match: kEnumerableProperty, |
| 16482 | has: kEnumerableProperty, |
| 16483 | open: kEnumerableProperty, |
| 16484 | delete: kEnumerableProperty, |
| 16485 | keys: kEnumerableProperty |
| 16486 | }); |
| 16487 | module.exports = { |
| 16488 | CacheStorage |
| 16489 | }; |
| 16490 | } |
| 16491 | }); |
| 16492 | |
| 16493 | // |
| 16494 | var require_constants4 = __commonJS({ |
| 16495 | ""(exports, module) { |
| 16496 | "use strict"; |
| 16497 | var maxAttributeValueSize = 1024; |
| 16498 | var maxNameValuePairSize = 4096; |
| 16499 | module.exports = { |
| 16500 | maxAttributeValueSize, |
| 16501 | maxNameValuePairSize |
| 16502 | }; |
| 16503 | } |