bonobo-js icon indicating copy to clipboard operation
bonobo-js copied to clipboard

A work-monkey to do your dirty business.

Results 3 bonobo-js issues
Sort by recently updated
recently updated
newest added

I've tried to send JSON-like objects from a worker thread to the main thread using Bonobo. This still seems to take up to 10 seconds for large arrays. I profiled...

It would be nice if the run method accepted a callback or returned a promise so that associating calls and emitted events could be abstracted away. This was easy enough...

Line 92 contains the following statement: ``` _.loc = d.location.href.substr(0, d.location.href.lastIndexOf('/')); ``` This assumes the last '/' symbol represents the folder name. This is an incorrect assumption. I worked around...