这篇文章需要技术复核。如何帮忙。
我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
Guard is a feature of Headers
objects (as defined in the Fetch spec
, which affects whether methods such as set()
and append()
can change the header's contents. For example, immutable
guard means that headers can't be changed. For more information, read Fetch basic concepts: guard.