-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Use crypto.subtle instead of closure's sha384 where available #3690
Comments
@cramforce — slotting in backlog, but please correct/update as needed |
Did some experiments.
Basically all browsers AMP supports have usable implementations except Android 4.x system browsers. @cramforce Do you think it's still necessary to have the fallback of late loading closure implementation? |
What I think we should do is:
|
The work is done except the lazy loading part. Can open a separate issue if wanted. |
Please. |
And late load closure implementation when needed (none of the current major browsers).
The resulting strings must by byte-for-byte compatible.
CC @lannka
The text was updated successfully, but these errors were encountered: