isSupported() {
        return (
            this._win.external !== undefined &&
            this._win.external.msIsSiteMode !== undefined
        );