许多站点专注于浏览器中的JavaScript,因此在某些情况下,您可能需要仔细检查规范以确定给定的函数或对象是标准ECMAScript的一部分还是特定于浏览器环境的。对于上面的W3Schools链接,此JavaScript Objects Reference部分通常涵盖标准,而Browser Objects Reference和HTML DOM Objects Reference部分则特定于浏览器(因此不适用于QML)。
A session ends if a user has not requested or refreshed a page in the application for a specified period. By default, this is 20 minutes. If you want to set a timeout interval that is shorter or longer than the default, use theTimeoutproperty. ...