Reputation: 4259
I'm using GWT in Eclipse to build what will be a Packaged App for Chrome. I need to access chrome api's but I'm not sure how to add support so that it compiles. Any guidance? thanks
Upvotes: 0
Views: 516
Reputation: 64541
You'll have to use JSNI, and possibly JavaScript Overlay Types (unless someone has created a wrapper library already that you can reuse).
Upvotes: 1