Skip to content

Commit 1e49331

Browse files
authored
maps web-cryptography (#56242)
Feature: Web Cryptography API (Web Crypto) Reference: https://github.com/web-platform-dx/web-features/blob/main/features/web-cryptography.yml Classification approach: Searched for SubtleCrypto, getRandomValues, crypto.subtle, and CryptoKey references. Results: - ~112 files mapped to web-cryptography WEB_FEATURES.yml files created/updated: ✅ WebCryptoAPI/WEB_FEATURES.yml - Web Cryptography API tests ('**') - **CREATED** Tests excluded (35 files): - compression/ (1 file) - Primary focus: Compression Streams API - encrypted-media/util/ (1 file) - Primary focus: Encrypted Media Extensions - fenced-frame/resources/ (1 file) - Primary focus: Fenced Frames - fetch/ (4 files) - Primary focus: Fetch API with content compression - fledge/ (5 files) - Primary focus: FLEDGE/Protected Audience API (uses crypto for signatures) - media-source/ (1 file) - Primary focus: Media Source Extensions - push-api/resources/ (3 files) - Primary focus: Push API (uses crypto for encryption) - secure-payment-confirmation/ (2 files) - Primary focus: Secure Payment Confirmation - subresource-integrity/ (1 file) - Primary focus: Subresource Integrity - webauthn/ (6 files) - Primary focus: Web Authentication API - webmessaging/ (3 files) - Primary focus: postMessage with CryptoKey objects - webrtc-encoded-transform/ (6 files) - Primary focus: WebRTC Encoded Transform (uses crypto for SFrame encryption) - webrtc/third_party/ (1 file) - Primary focus: WebRTC
1 parent 8b277f2 commit 1e49331

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

WebCryptoAPI/WEB_FEATURES.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
features:
2+
- name: web-cryptography
3+
files: '**'

0 commit comments

Comments
 (0)