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

Make sb-config-user.js compatible for environments without top-level await support #12

Merged
merged 1 commit into from
May 23, 2023

Conversation

chaorace
Copy link
Contributor

Fixes #10

GM_getValue/GM_setValue do not return Promises, so there is no point in
attempting to use them asynchronously.
@mchangrh mchangrh merged commit d968cd3 into mchangrh:main May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sb-config-user.js does not load in environments that do not support top-level await statements
2 participants