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
I'm wondering about ways to support ES Modules. I'm not sure how this affects AMP's usage, but being able to use ESM from within worker-dom would be really nifty.
My initial thought was to use Shimport, since the Worker employed by worker-dom is generally not going to be a Module Worker (or could it be?).
The text was updated successfully, but these errors were encountered:
I'm wondering about ways to support ES Modules. I'm not sure how this affects AMP's usage, but being able to use ESM from within worker-dom would be really nifty.
My initial thought was to use Shimport, since the Worker employed by worker-dom is generally not going to be a Module Worker (or could it be?).
The text was updated successfully, but these errors were encountered: