We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7562bfa commit caa3530Copy full SHA for caa3530
packages/verified-fetch/src/utils/get-e-tag.ts
@@ -7,7 +7,8 @@ interface GetETagArg {
7
rangeStart?: number
8
rangeEnd?: number
9
/**
10
- * If non-determinictic, weak should be true. Some examples:
+ * Weak Etag is used when we can't guarantee byte-for-byte-determinism (generated, or mutable content).
11
+ * Some examples:
12
* - IPNS requests
13
* - CAR streamed with blocks in non-deterministic order
14
* - TAR streamed with files in non-deterministic order
0 commit comments