-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
Add a phantomjs/slimmerjs sandbox #24
Comments
I thought our discussion from IRC regarding this feature request might be interesting to those who missed it:
|
Closed on account of jsFiddle and jsBin existing. :-) |
You're missing the point. The whole point is so that you do it from within IRC without requiring either person to leave to another application. |
Does either jsBin or jsFiddle provide an API? If so, I can think of a good idea. |
I don't think it's appropriate to simulate a browser (a non command-line interface) inside IRC. When does someone have an IRC client but going to a browser is a burden? |
I can't really think of any good way of initialising a useful DOM piece, manipulating it, and showing the results in a way that is relatively concise to fit into one IRC message. |
How about something like this: |
i like the idea of the output being a link, but in that case, how often do you have fiddle content that's short enough for an IRC message, where it actually takes you that long to open up a browser and make a fiddle? I think this feature is starting to get us into bloat land. |
This issue was opened mostly to get a discussion going as opposed to necessarily getting this feature 🚢ed. |
This would allow us to run code in a browser environment and have access to things like
window
.phantomjs: http://phantomjs.org/
slimmerjs: http://slimerjs.org/
Slimmer is basically phantom except running on top of gecko/firefox.
The text was updated successfully, but these errors were encountered: