mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
parent
db0d0cfb0a
commit
9949bc6c34
2 changed files with 6 additions and 0 deletions
|
|
@ -277,8 +277,11 @@ partial interface Document {
|
|||
|
||||
// https://w3c.github.io/page-visibility/#extensions-to-the-document-interface
|
||||
partial interface Document {
|
||||
[Pref="dom.visibilityAPI.enabled"]
|
||||
readonly attribute boolean hidden;
|
||||
[Pref="dom.visibilityAPI.enabled"]
|
||||
readonly attribute VisibilityState visibilityState;
|
||||
[Pref="dom.visibilityAPI.enabled"]
|
||||
attribute EventHandler onvisibilitychange;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue