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
Fix onboarding test: use XMLHttpRequest instead of fetch
The fetch() API fails in Playground's service worker environment
with "TypeError: Failed to fetch". Use XMLHttpRequest instead,
which is the same mechanism the actual onboarding JS uses.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
0 commit comments