Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/browser_proxy"

Index

Variables

Variables

browserProxy

browserProxy: browser = new Proxy(Object.create(null), {get: function(target, api) {return new Proxy({}, {get: function(_, func) {return (...args) => message('browser_proxy_background', 'shim', [api, func, args])}});}}) as typeof browser

Generated using TypeDoc