-
Notifications
You must be signed in to change notification settings - Fork 78
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
REPL fails without fetch API #10
Comments
Ah, wondering why REPL wasn't working. Ok. |
As of e3221e3, this is working for me. Can you verify? |
Is this on the web? The live REPL currently shows Safari:
|
I'm able to use the REPL on Safari (10.0.2) are you using an older version of Safari? |
A-ha! This machine is running Mac OS X 10.11.6/Safari version 9.1.2 (11601.7.7). |
Ah, yes — we can close this issue. There's a separate one on the main repo (sveltejs/svelte#109) about getting the compiler to work in older environments |
The REPL depends on
fetch
, an API for which "Can I use" reports 62.34% global availability. Support is better on desktop than on mobile, but in particular,fetch
is not currently available in stable versions of Safari (WebKit #151937) on desktop or mobile.There is an XHR-based
fetch
polyfill available.The text was updated successfully, but these errors were encountered: