UNPKG

zombiebox-platform-webos

Version:

LG webOS Smart TV support abstraction layer for ZombieBox framework

23 lines (18 loc) 412 B
// These APIs are not documented by LG and their description mostly comes from // webOSTV.js sources: http://webostv.developer.lge.com/api/webostvjs/ or reverse-engineering /** */ class PalmServiceBridge { /** * @param {string} data */ onservicecallback(data) {} /** * @param {string} url – Luna service url * @param {string} params – JSON */ call(url, params) {} /** */ cancel() {} }