Skip to content
On this page

페이지 라이프사이클(Page Lifecycle) API

Title
페이지 라이프사이클(Page Lifecycle) API
Category
Web API
Tags
Aliases
페이지 라이프사이클(Page Lifecycle) API
Created
2 years ago
Updated
6 months ago

page lifecycle api event flow

상태

  • Active : 페이지가 보이고(visible), 입력 포커스(focus) 가 있을 때
  • Passive : 페이지가 보이지만, 입력 포커스 가 없을 때
  • Hidden : 페이지가 보이지 않지만, 동결(freeze) 되진 않았을 때
    • Frozen : 페이지가 동결되었을 때
      • Discarded : 페이지가 브라우저에 의해 언로드(unload) 되었을 때
    • Terminated : 페이지가 언로드(unload) 되고 메모리에서 지워졌을 때.

References

Released under the MIT License.