You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node-irc uses the node.js net API to connect to servers, it won't work if you put it through browserify because browsers don't have that. (WebSockets wouldn't work either, the closest you could get is using Chrome App APIs to connect but that would obviously be specific to Chrome Apps)
I was just wondering if node-irc had or was planning on having browserify/requirejs support for Chrome/FF?
The text was updated successfully, but these errors were encountered: