OutSystems Forge 日本語データベース

VisibilityAPI

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-01-12 1.0.1 Ricardo Santos All All Plug-ins
Visibility APIを使用すると、開発者はページのフォーカスが失われたり獲得されたタイミングを知ることができます。 APIは、Webページが表示されていないときに不要なタスクを実行したり、ユーザーの動作を制御したりできないようにすることで、ブラウザリソースの節約に特に役立ちます。
Visibility APIを使用すると、開発者はページのフォーカスが失われたり獲得されたタイミングを知ることができます。 APIは、Webページが表示されていないときに不必要なタスクを実行しないようにすることで、ブラウザリソースを節約するのに特に役立ちます。 プロジェクトにJqueryがない場合、自動的にインポートされます。 注意:ユーザーがブラウザではない別のプログラムにフォーカスを移すと、可視性APIはイベントを捕まえません。 (これはAPIの動作です) https://caniuse.com/#feat=pagevisibilityをチェックして、目的のブラウザに互換性があるかどうかを確認してください。

[Overview]
The visibility API allows a developer to know when a page has lost or gained focus. The API is particularly useful for saving browser resources by giving developers the opportunity to not perform unnecessary tasks when the webpage is not visible or to control the behavior of the user.
[Detail]
The visibility API allows a developer to know when a page has lost or gained focus. The API is particularly useful for saving browser resources by giving developers the opportunity to not perform unnecessary tasks when the webpage is not visible. If the project doesn't have Jquery this will import it automatically. ATTENTION: if the user focuses another program that is not the browser the visibility API will not catch the event. (this is the API behavior) check https://caniuse.com/#feat=pagevisibility to see if your destination browser is compatible
戻る