Go to file
rugk 2a2d8f8ba9
Use simpler language in explainer (improved by AI)
No joke I have asked ChatGPT to improve this explainer and here it is.

https://chat.openai.com/share/c6b374a3-128d-46c8-bdaf-1a4917358133

<small>On a somewhat serious sense, I have removed the names from that original text, as I am not into mocking arbitrary people I do not know/cannot assert whether they have any influence in this, but cooperate decisions.</small>
2023-07-21 02:11:24 +02:00
.github/workflows Add github workflow to publish to gh-pages branch 2023-06-20 14:19:28 +00:00
docs Add hash type and DOMException 2023-07-17 10:55:18 +00:00
.gitignore Add gitignore 2023-06-20 15:20:21 +00:00
README.md Update spec link to be github page instead 2023-06-21 10:00:27 +00:00
explainer.md Use simpler language in explainer (improved by AI) 2023-07-21 02:11:24 +02:00

README.md

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.