UNPKG

browserchannel

Version:
19 lines (15 loc) 697 B
// This tells the closure compiler to not munge the names of any of the handler's // methods. /** @constructor */ var Handler = function(){}; Handler.prototype.channelHandleMultipleArrays = null; Handler.prototype.okToMakeRequest = function(){}; Handler.prototype.channelOpened = function(){}; Handler.prototype.channelHandleArray = function(){}; Handler.prototype.channelError = function(){}; Handler.prototype.channelClosed = function(){}; Handler.prototype.getAdditionalParams = function(){}; Handler.prototype.getNetworkTestImageUri = function(){}; Handler.prototype.isActive = function(){}; Handler.prototype.badMapError = function(){}; Handler.prototype.correctHostPrefix = function(){};