Skip to content
New issue

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

Key Generation in IE 11 seems to be broken #623

Closed
jameseggers opened this issue Jan 25, 2018 · 1 comment
Closed

Key Generation in IE 11 seems to be broken #623

jameseggers opened this issue Jan 25, 2018 · 1 comment

Comments

@jameseggers
Copy link

jameseggers commented Jan 25, 2018

Hi,

When I run the following code:

const options = {
    numBits: 4096,
    userIds: [{ name: "test", email: "test@gmail.com" }]
  }
  console.log(options)
  openpgp.generateKey(options).then(function (key) {
    console.log(key)
  }).catch((e) => {
    console.log('error', e)
  })

I get this error:
SyntaxError: Error generating keypair:

Here's an image of the full error:
error

I have tested this on 2.6.2 and 2.5.0 and I'm having the same issue in both versions, running on IE 11 on Windows 10 on BrowserStack.

Any ideas? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants