Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Oct 4, 2012
1 parent ab11d19 commit a947b1b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/yql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,17 @@ faster with fewer lines of code and a smaller network footprint.*

});


Plugins
-------

* `yql-winjs` - Wrapper to use native `XHR` with `CORS` in WinJS (Windows 8 app env)
* `yql-nodejs`- Wrapper to use the `request` module under the hood.

Although both of these techniques allow for more than just `GET` requests, the
plugins do not allow that to be changed. In order to have code that is portable
between these environments, it was best to leave their signatures and their
capabilities the same as in the browser.

If you are in these environments and need to do other request types, you should
use the `io` module to make the requests.

0 comments on commit a947b1b

Please sign in to comment.