sheebz / phantom-proxy

a lightweight proxy that lets you to drive phantomjs from node.
MIT License
137 stars 34 forks source link

method calls should return promises to avoid nesting callbacks #2

Closed sheebz closed 11 years ago

sheebz commented 12 years ago

Would like to have every method call return a Q promise so I can use .then functions as opposed to nesting callbacks.