mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
a5e87a1f1d
Differential Revision: https://phabricator.services.mozilla.com/D122656
6 lines
163 B
Plaintext
6 lines
163 B
Plaintext
[SecureContext, Exposed=(Window,Worker), Pref="dom.weblocks.enabled"]
|
|
interface Lock {
|
|
readonly attribute DOMString name;
|
|
readonly attribute LockMode mode;
|
|
};
|