new PromiseClientBrowser()
        Constructor for a Jayson Promise Browser Client that does not depend any node.js core libraries
    
    
    
    
    
    
    
    
    
    
    
    
    
    Returns:
- Type
 - PromiseClientBrowser
 
Extends
Methods
- 
    
request(method [, params] [, id] [, callback])
 - 
    
    Creates a request and dispatches it if given a callback.
Parameters:
Name Type Argument Description methodString | Array A batch request if passed an Array, or a method name if passed a String paramsArray | Object <optional> 
Parameters for the method idString | Number <optional> 
Optional id. If undefined an id will be generated. If null it creates a notification request callbackfunction <optional> 
Request callback. If specified, executes the request rather than only returning it. - Inherited From:
 - Source:
 
Throws:
- 
        Invalid parameters
 - Type
 - TypeError
 
Returns:
JSON-RPC 1.0 or 2.0 compatible request- Type
 - Object