uliwitness / Stacksmith

An intuitive software erector kit targeted at people new to programming, but with enough potential to stay useful once they've learned, inspired by HyperCard.
http://stacksmith.org
128 stars 13 forks source link

Change WILDDownloadInstructions to use CURLConnection. #89

Open uliwitness opened 7 years ago

uliwitness commented 7 years ago

We have a cross-platform wrapper around HTTP requests, so why force people to write the same code again in LEODownloadInstruction?

uliwitness commented 5 years ago

This may require changes to CURLConnection if it does, that's fine, but try to keep them minimal and CURLConnection simple, as we need to re-implement it for every platform.