We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using node version v.0.5.11-pre with tobi 0.1.1 and the following simple sample
tobi = require('tobi'); browser = tobi.createBrowser(80, 'google.com', {external:true}); browser.get('/', function(res, $){ });
results in exception
node_modules/tobi/lib/cookie/index.js:26 this.name = str.substr(0, str.indexOf('=')); TypeError: Object PREF=ID=f886a9c19ecc3d44:FF=0:TM=1320856926:LM=1320856926:S=Yw911ELXKPXLIKxO; expires=Fri, 08-Nov-2013 16:42:06 GMT; path=/; domain=.google.com has no method 'substr'
Any ideas?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using node version v.0.5.11-pre with tobi 0.1.1 and the following simple sample
results in exception
Any ideas?
The text was updated successfully, but these errors were encountered: