We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
TypeError: _hprose_rpc_html5__WEBPACK_IMPORTED_MODULE_4__.Client is not a constructor
The text was updated successfully, but these errors were encountered:
This code Unhandled Rejection (Error): The protocol "http:" is not supported.:
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');
Sorry, something went wrong.
No branches or pull requests
npm i --S @hprose/html5
then:
TypeError: _hprose_rpc_html5__WEBPACK_IMPORTED_MODULE_4__.Client is not a constructor
.The text was updated successfully, but these errors were encountered: