getify
Registrato in data
Aggiornamenti alla documentazione
Mostra tutte le attivitàPagina | Data | Commento |
---|---|---|
DeviceOrientationEvent.gamma |
Clarified by changing "turned" to "tilted". | |
Expressions and operators |
||
SubtleCrypto.decrypt() |
Fixing code example: defining a `decryptText(..)` helper function that pairs with the function in the `encrypt(..)` docs. | |
SubtleCrypto.encrypt() |
Fixing code example: you need the `iv` and the encrypted buffer to later decrypt | |
Array.prototype.every() |
Adjusting misleading wording that was more like spec nuance (passing `this` to a function) than JS reality (invoking a function with a `this` context). |