This is the Linux app named Wretch whose latest release can be downloaded as 2.7.0.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Wretch with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
Wretch
DESCRIPTION
A tiny (~ 3Kb g-zipped) wrapper built around fetch with an intuitive syntax. Wretch is compatible with modern browsers out of the box. For older environments without fetch support, you should get a polyfill. Converts a javascript object to query parameters, then appends this query string to the current url. String values are used as the query string verbatim. Only compatible with browsers that support AbortControllers. Otherwise, you could use a (partial) polyfill. Associates a custom controller with the request. Useful when you need to use your own AbortController, otherwise wretch will create a new controller itself. Aborts the request after a fixed time. If you use a custom AbortController associated with the request, pass it as the second argument. Returns the automatically generated AbortController alongside the current wretch response as a pair.
Features
- Because having to write a second callback to process a response body feels awkward
- Configuration should not rhyme with repetition
- Because manually checking and throwing every request error code is tedious
- Because sending a json object should be easy
- Wretch is compatible with modern browsers out of the box
- For older environments without fetch support, you should get a polyfill
Programming Language
JavaScript
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/wretch.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.