You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently I'm doing the following on the return value of __shimport__.transform() to avoid top-level await errors in my service worker (as service workers do not yet support such):
currently I'm doing the following on the return value of
__shimport__.transform()
to avoid top-level await errors in my service worker (as service workers do not yet support such):is it reasonable to change
transform()
to always outputasync function(__import,
or to create an option for such?The text was updated successfully, but these errors were encountered: