()
| 35 | } |
| 36 | |
| 37 | _updateCommons() { |
| 38 | |
| 39 | this.#common = new Map(); |
| 40 | |
| 41 | for (const header of internals.common) { |
| 42 | this.#common.set(header, Accept.encoding(header, this.encodings)); |
| 43 | } |
| 44 | } |
| 45 | |
| 46 | addEncoder(encoding, encoder) { |
| 47 |
no test coverage detected