You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getApplication and getGeneration no longer support the ABC Life app.
requestDOMPermit now accepts arbitrary strings for the key argument (and consequently has change to the type definition of that argument)
the promise returned byrequestDOMPermit now resolves to an array of HTMLElements for which permits have been granted on PL generation sites. There is no change to non-PL sites where the promise resolves to true
the promise returned byrequestDOMPermit now has a timeout of 5 seconds, after which it will be rejected and the request will attempt to be reversed
Clarify in README that decoy keys can be any [a-z] string, and that multiple decoys can be activated as a result of a single requestDOMPermit. Retain the DECOY_KEYS enum as a list of known keys but relax the type restrictions on key arguments from DECOY_KEYS to string. ecd9d9b