--- title: window.controllers slug: Web/API/Window/controllers tags: - DOM - Gecko - 要更新 translation_of: Web/API/Window/controllers ---
{{ApiRef}}

概要

Returns the XUL controllers of the chrome window.

構文

controllers = window.controllers

仕様

XUL-specific. Not part of specification.

By default, a window's controller contains the code that supports the global window commands.

Chrome code can add controllers (to be used in conjunction with the goDoCommand and goUpdateCommand functions in globalOverlay.js).

However, the added controllers must be explicitly removed when the window is unloaded, as this is not done automatically.

Each missing removal can cause

bug 415775:
ASSERTION: XPConnect is being called on a scope without a 'Components' property!