Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Does not seem work in Node #81

@rmst

Description

@rmst

Importing/requiring dist/libsignal-protocol.js in Node fails even though the line

  var ENVIRONMENT_IS_NODE = typeof process === 'object' && typeof require === 'function';

suggests the authors intended it to work with Node.

In addition to that, in answers to previous issues it was said that the Electron/Node-based Signal desktop client was based on this repository. How did they get it to work? I tried find out myself by checking the Signal Desktop code but found it quite confusing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions