hprose-typescript icon indicating copy to clipboard operation
hprose-typescript copied to clipboard

Use hprose in React issue.

Open MiyamuraMiyako opened this issue 3 years ago • 1 comments

  1. npm i --S @hprose/html5
import * as hprose from '@hprose/html5';
const client = new hprose.Client('http://127.0.0.1:8255');

then: TypeError: _hprose_rpc_html5__WEBPACK_IMPORTED_MODULE_4__.Client is not a constructor.

MiyamuraMiyako avatar Oct 11 '20 12:10 MiyamuraMiyako

This code Unhandled Rejection (Error): The protocol "http:" is not supported.:

import * as hprose from '@hprose/rpc-core';
import '@hprose/rpc-html5';

const moduleClient = new hprose.Client('http://127.0.0.1:8412');

MiyamuraMiyako avatar Oct 11 '20 12:10 MiyamuraMiyako