Skip to content

Commit

Permalink
Update files/en-us/web/api/request/integrity/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle committed Jun 26, 2024
1 parent 4bfd4d8 commit e320006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/request/integrity/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async function get(request) {
}
```

When the request is made, the browser computes the SHA-384 {{glossary("Cryptographic_hash_function", "hash")}} of the fetched resource, and if the result does not match the value specified in `integrity`, the browser will reject the fetch request.
When the request is made, the browser computes the SHA-384 {{glossary("Cryptographic_hash_function", "hash")}} of the fetched resource. If the result does not match the value specified in `integrity`, the browser will reject the fetch request.

## Specifications

Expand Down

0 comments on commit e320006

Please sign in to comment.