dartis icon indicating copy to clipboard operation
dartis copied to clipboard

Add support for Web

Open abhin-vicks opened this issue 4 years ago • 1 comments

Getting this error when running on Web:

Error: Unsupported operation: Socket constructor at Object.throw_ [as throw] (http://localhost:58623/dart_sdk.js:4348:11) at Function._connect (http://localhost:58623/dart_sdk.js:57921:17)...

abhin-vicks avatar Dec 10 '20 04:12 abhin-vicks

The library can not be used from a browser.

AFAIK you can not connect to Redis directly from a browser.

jcmellado avatar Dec 10 '20 07:12 jcmellado