VOOZH about

URL: https://www.geeksforgeeks.org/web-tech/web-window-api-window-toolbar-property/

⇱ Web Window API | Window toolbar property - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Web Window API | Window toolbar property

Last Updated : 12 Jul, 2022

In HTML Window.toolbar property returns the object of toolbar, for which we can check the visibility

Syntax:

objectReference = window.toolbar

Example: Check the visibility 

Output: 

Click the button:

 👁 Image
 

When the button is clicked:

 👁 Image
 

Supported Browsers:

  • Google Chrome 1 and above
  • Edge 12 and above
  • Firefox 1 and above
  • Safari 3 and above
  • Opera 15 and above
  • Internet Explorer not supported
Comment