mirror of
https://github.com/daijro/camoufox.git
synced 2026-09-07 00:00:42 +00:00
Make Geolocation frozen to use less memory
And it can be cached later if that intended in the future
This commit is contained in:
@@ -61,7 +61,7 @@ class Locale:
|
||||
return data
|
||||
|
||||
|
||||
@dataclass
|
||||
@dataclass(frozen=True)
|
||||
class Geolocation:
|
||||
"""
|
||||
Stores geolocation information.
|
||||
|
||||
Reference in New Issue
Block a user