WebIDLpedia

LockManagerSnapshot dictionary

Definition

Web Locks API defines LockManagerSnapshot



dictionary LockManagerSnapshot {
  sequence<LockInfo> held;
  sequence<LockInfo> pending;
};

Referring IDL interfaces/dictionaries