Amila Welihinda
                                            Amila Welihinda
                                        
                                    Nice! I'm currently using this for an [popcorn time electron app](https://github.com/amilajack/popcorn-desktop-experimental) written that uses ES6, react, webpack, and more modern technologies.
@longspear not sure how much I can help here because I am not familiar with webpack, browserify, etc. Maybe you could add browser support if you have experience with them.
@longspear got around to adding some initial browser support with webpack. Also fixed the COR issue. But the output is empty for some reason: For now, you will have to...
Closing this as I don't think I'll have time to investigate and implement this 😢
@ewnd9 Just fixed this. Thanks for the suggestion.
It will scrape the page you give the api ```js PirateBay.search('harry potter', { page: 3, }) ```
@tobq A PR for this would be great. We can add it under an experimental branch or flag
Willing to PR for this. Just need to make sure that okay with enabling tests
There isn't a way to do this just yet. For the time being you can return a string [like we are doing in the fibonacci example](https://github.com/neon-bindings/examples/blob/master/fibonacci-task/native/src/lib.rs#L23-L27). There is a way...