Flarum (v2.0.0-beta.6)
    Preparing search index...

    A window containing a DOM document; the document property points to the DOM document loaded in that window.

    interface Window {
        testing?: boolean;
        [index: number]: Window;
    }

    Hierarchy

    • EventTarget
    • AnimationFrameProvider
    • GlobalEventHandlers
    • WindowEventHandlers
    • WindowLocalStorage
    • WindowOrWorkerGlobalScope
    • WindowSessionStorage
      • Window

    Indexable

    Index

    Properties

    Properties

    testing?: boolean

    Whether we are in testing mode or not.