Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 435 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 435 Bytes

Web Environment Integrity API

This repository details the proposal to add a new API for determining the integrity of web environments:

const attestation = await navigator.getEnvironmentIntegrity("...");

The explainer goes gives a high level overview of the proposal.

The spec currently describes how this is being prototyped in Chromium.