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
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
In my current case, I'm building an app behind an IAP interstitial, but this will no doubt also apply to some cases where assets are hosted on a separate domain to the app itself once we get round to #437, whatever form it takes.
When IAP is involved you have to pay for everything with a cookie. Regular script tags are fine, but modules are not. Since there's currently no way to use credentials with import(...), that presumably needs to become something like this:
In my current case, I'm building an app behind an IAP interstitial, but this will no doubt also apply to some cases where assets are hosted on a separate domain to the app itself once we get round to #437, whatever form it takes.
Sapper writes this code to the page:
When IAP is involved you have to pay for everything with a cookie. Regular script tags are fine, but modules are not. Since there's currently no way to use credentials with
import(...)
, that presumably needs to become something like this:The text was updated successfully, but these errors were encountered: