Guard
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
.
Updated on April 20, 2024 by Datarist.