Closed petebacondarwin closed 2 months ago
It appears that this is the only function in the webcrypto exports list that needs to be bound to its original object.
Note that it must be bound to the webcrypto object even though workerd also exports it on the crypto namespace directly.
webcrypto
crypto
It appears that this is the only function in the webcrypto exports list that needs to be bound to its original object.
Note that it must be bound to the
webcrypto
object even though workerd also exports it on thecrypto
namespace directly.