Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.
This repository was archived by the owner on Sep 25, 2019. It is now read-only.

IRMA is not defined #14

Description

@kevieman

Hey there im trying to get the example given in the README working but I get the following error:

Uncaught ReferenceError: IRMA is not defined
    at init (verify.js:21)
    at HTMLDocument.<anonymous> (verify.js:49)
    at mightThrow (jquery.js:3534)
    at process (jquery.js:3602)

So I tried to import it with import * as IRMA from "./client/irma";. This however made it so I cant call on the clicked method:

index.html:10 Uncaught ReferenceError: isclicked is not defined
    at HTMLButtonElement.onclick (index.html:10)

I also get the following error:

Uncaught SyntaxError: Unexpected token export

Any help?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions