Location.reload()

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

Location.reload() 메서드는 새로고침 버튼처럼 현재 리소스를 다시 불러옵니다.

새로고침은 SECURITY_ERROR DOMException과 함께 거부당할 수 있습니다. 이는 location.reload()를 호출한 스크립트의 출처Location 객체를 소유한 문서의 출처가 다를 때 발생합니다. 더 자세한 정보는 동일 출처 정책 문서를 참고하세요.

구문

js
location.reload();

명세

Specification
HTML
# dom-location-reload-dev

브라우저 호환성

Report problems with this compatibility data on GitHub
desktopmobileserver
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
Deno
reload

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support
Partial support
Partial support
No support
No support
See implementation notes.
User must explicitly enable this feature.

같이 보기