File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7979 client . rpc ( "ping" , [ "Calling from html es5 client, http mode." ] ) . then ( genericTestsPromiseCatch ) . catch ( genericTestsPromiseCatch ) ;
8080 }
8181
82- console . info ( ' JSONRPC.Client instantiated as window.client.' ) ;
83- console . info ( ' Example call: ' ) ;
84- console . debug ( ' client.rpc(" ping" , [" Calling from browser ES5 client." ]).then(console.log).catch(console.error);' ) ;
85- console . info ( ' The above command is known to work in at least Internet Explorer 10.' ) ;
82+ console . info ( " JSONRPC.Client instantiated as window.client." ) ;
83+ console . info ( " Example call: " ) ;
84+ console . debug ( " client.rpc(' ping' , [' Calling from browser ES5 client.' ]).then(console.log).catch(console.error);" ) ;
85+ console . info ( " The above command is known to work in at least Internet Explorer 10." ) ;
8686 }
8787
8888
You can’t perform that action at this time.
0 commit comments