Location.reload()
Location.reload()
메서드는 새로고침 버튼처럼 현재 리소스를 다시 불러옵니다.
새로고침은 SECURITY_ERROR
DOMException
(en-US)과 함께 거부당할 수 있습니다. 이는 location.reload()
를 호출한 스크립트의 출처와 Location
객체를 소유한 문서의 출처가 다를 때 발생합니다. 더 자세한 정보는 동일 출처 정책 문서를 참고하세요.
구문
location.reload();
명세
Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of 'Location.reload()' in that specification. |
Living Standard | No change from HTML5. |
HTML5 The definition of 'Location.reload()' in that specification. |
Recommendation | Initial definition. |
브라우저 호환성
BCD tables only load in the browser
같이 보기
- 메서드가 속한
Location
인터페이스. - 비슷한 메서드:
Location.assign()
(en-US),Location.replace()
(en-US).