Skip to content
New issue

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

Avoid Fastboot crash when accessing navigator global #400

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

gilest
Copy link
Contributor

@gilest gilest commented Jun 18, 2024

Fixes #399

Would be nice to have a Fastboot test suite but I don't think it needs to block this fix.

I did a naive test by logging the globalThis object to make sure it's present in a Fastboot execution – it is.

@gilest gilest changed the title Fix: Fastboot crash when accessing navigator global Fastboot crash when accessing navigator global Jun 18, 2024
@gilest gilest changed the title Fastboot crash when accessing navigator global Avoid Fastboot crash when accessing navigator global Jun 18, 2024
@lukemelia lukemelia merged commit 6c6906d into yapplabs:master Jun 28, 2024
6 of 11 checks passed
@lukemelia lukemelia added the bug label Jun 28, 2024
@gilest gilest deleted the fix/navigator-access branch June 30, 2024 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Access to navigator in module scope crashes Fastboot
2 participants