Stavros Charitakis
Stavros Charitakis
Found it . The problem is that the web view is starting to quickly and the node.js has not started yet . I added an alert in the web view...
You may not need to add anything . when node starts node will send the event to the webview . ``` channel.send("start", "start"); ``` This is what I did.
In node I have accomplished as shown below: ``` const { ReadableStream, WritableStream } = require('node:stream/web'); const streamNode = require('node:stream'); session.ReadableStream = ReadableStream; session.WritableStream = WritableStream; let duplex = streamNode.Duplex.fromWeb({...
Same issue here node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\....\node_modules\node-gyp\bin\node-gyp.js" rebuild Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. pack.cc ..\pack.cc(14): fatal error...
Thank you for your reply. I tried what you mentioned and below I have an example running on browser using browserify ``` const RAM = require("random-access-memory") const Corestore = require('corestore')...
That is fantastic. I will try it . thank you
The error once copying or changing the sodium-universal to sodium-javascript is ``` replication stream error (initiator): Error: Noise handshake failed /Users/sce9sc/Documents/Work/test-hyperdrive/node_modules/hypercore/index.js:863 peer.extension(name, buffer) ^ TypeError: Cannot read properties of undefined...
Thank you for responding so fast. I tried to install but I get the bellow error ``` gyp info spawn args ] gyp: Call to 'node deps/bin.js --print-include' returned exit...
Thanks I will try to create an example . I've seen that there is a test that I can use also . I saw that child workflows needs to be...
I will be very happy to contribute and fix any issues as well as creating more examples . Can you also explain to me why I cannot call the sequence...