Skip to content

Commit

Permalink
Added xmlhttprequest package
Browse files Browse the repository at this point in the history
  • Loading branch information
ramseydsilva committed Apr 3, 2014
1 parent 783939e commit 4f9a0c0
Show file tree
Hide file tree
Showing 18 changed files with 1,167 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/socketer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ var ioc = require('socket.io-client'),

// jar to store your auth cookies
var jar = request.jar();
// Patch the xmlhttprequest library that socket.io-client uses to simulate browser
var originalRequest = require('xmlhttprequest').XMLHttpRequest;
var socket

Expand Down
22 changes: 22 additions & 0 deletions node_modules/xmlhttprequest/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 57 additions & 0 deletions node_modules/xmlhttprequest/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions node_modules/xmlhttprequest/autotest.watchr

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions node_modules/xmlhttprequest/example/demo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4f9a0c0

Please sign in to comment.