This page was translated from English by the community. Learn more and join the MDN Web Docs community.

가드 (Guard)

가드는 Fetch 명세에 정의된 Headers 객체의 기능입니다. 가드는 set()append()와 같은 메서드가 헤더의 내용을 변경할 수 있는지 여부에 영향을 미칩니다. 예를 들어, immutable 가드는 헤더를 변경할 수 없음을 의미합니다. 자세한 정보는, Fetch 기본 개념: 가드를 읽어보세요.