We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If your worker has a compat date prior to when Global navigator was introduced (2022-03-21), it throws the following error:
Global navigator
2022-03-21
ReferenceError: navigator is not defined
Defaulting to Unknown or something in this case would probably be ideal.
Unknown
The text was updated successfully, but these errors were encountered:
Fix #9 - undefined navigator will not default to "Unknown"
df1fa5b
Fix #9 - undefined navigator will not default to "Unknown" (#11)
778c605
Successfully merging a pull request may close this issue.
If your worker has a compat date prior to when
Global navigator
was introduced (2022-03-21
), it throws the following error:ReferenceError: navigator is not defined
Defaulting to
Unknown
or something in this case would probably be ideal.The text was updated successfully, but these errors were encountered: