reset static method
void
reset()
Resets the cached detection result.
Useful for testing or when environment conditions change.
Implementation
static void reset() {
_supportsAnsi = null;
}
Resets the cached detection result.
Useful for testing or when environment conditions change.
static void reset() {
_supportsAnsi = null;
}