GithubHelp home page GithubHelp logo

Comments (9)

microshine avatar microshine commented on August 25, 2024 1

Please try this script. I compiled it using iOS9 target
webcrypto-liner.shim.js.txt

from webcrypto-liner.

cqupt-yifanwu avatar cqupt-yifanwu commented on August 25, 2024 1

hi @microshine
i use webpack to Compile my code,and it worded in IE。i just want to run ecdh in lower version mobile phone like ios 9.3.5
image
image

from webcrypto-liner.

cqupt-yifanwu avatar cqupt-yifanwu commented on August 25, 2024

image

from webcrypto-liner.

rmhrisk avatar rmhrisk commented on August 25, 2024

Unfortunately we no longer have access to devices running 9.3.5. I believe we did work at this level at one point though.

Possibilities include:

  1. issue with transpiration to es3 (probably relating to the associated polyfills)
  2. changes to dependencies that have happened.

If you can resolve the issue we would accept a well thought out PR.

from webcrypto-liner.

cqupt-yifanwu avatar cqupt-yifanwu commented on August 25, 2024

Please try this script. I compiled it using iOS9 target
webcrypto-liner.shim.js.txt

image
it is not worked to me

and i used babel-ployfill transfer my project

from webcrypto-liner.

microshine avatar microshine commented on August 25, 2024

Can you detect which line of webcrypto-liner throws an exception?

and please check window.liner.crypto.subtle.generateKey. Maybe webcrypto-liner can't replace winodos.crypto

from webcrypto-liner.

cqupt-yifanwu avatar cqupt-yifanwu commented on August 25, 2024

hi @microshine
i try to check crypto , and i found
in chorem
window.liner is undefined, but crypto.subtle is different with origin window.crypto.subtle
image
image

the error throw in this line
image

i has babeled this file, so it may not correct
image

in the error ios safari

image

it not replace window. crypto

from webcrypto-liner.

microshine avatar microshine commented on August 25, 2024

Is it possible to use webcrypto-liner.shim.js without adding it to a bundle file?

If you want to use webrypto-liner as ES6 module you can do it but you need to initialize your own crypto object

import { Crypto } from "webcrypto-liner";

const crypto = new Crypto();

from webcrypto-liner.

cqupt-yifanwu avatar cqupt-yifanwu commented on August 25, 2024
import { Crypto } from "webcrypto-liner";

const crypto = new Crypto();

it is work for me...

from webcrypto-liner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.