mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Move interfaces defined by the Web Crypto specification to the `script/dom/webcrypto/` from `script/dom/`. This includes `Crypto`, `CryptoKey` and `SubtleCrypto` (with its submodules). Testing: No behavior changes. Fixes: Part of #38901 Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>