Kevin Simper

Results 55 comments of Kevin Simper

Looks good to me 👍 "allows" -> "allow"

@codekiln That would be a good idea, even the document you link to does not contain the `->` pipe first operator :)

@rickyvetter What do you think about this one? It can be difficult for beginners to found out what certain operators do :)

@that1guy Did you see the example in the readme, that listens on "upgrade"?

I can agree that it is very difficult to figure out how to put a workshopper together. - Learnyounode is good, but the repository is soo large because of all...

In the readme it says that the documentation is being worked on, but that is a long time, and by writing that you don't want to add anything, because it...

Looks cool to me

I think it just Error, but haven't had time to test. http://stackoverflow.com/questions/13614803/how-to-check-if-html5-audio-has-reached-different-errors https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Media_events

But `stalled` seems pretty describing also too, hence the description: "The user agent is trying to fetch media data, but data is unexpectedly not forthcoming."

I can maybe be that the onerror function is attached too late. http://stackoverflow.com/a/10791300/804984 > The event handler must be attached before the browser fires the error event, which is why...