* @param {Feature} feature * @returns {boolean}
(feature)
| 6123 | * @returns {boolean} |
| 6124 | */ |
| 6125 | has(feature) { |
| 6126 | return this.#map.get(feature) ?? this.#detectRuntimeFeature(feature); |
| 6127 | } |
| 6128 | /** |
| 6129 | * @param {Feature} feature |
| 6130 | * @param {boolean} value |
nothing calls this directly
no test coverage detected