We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce0c9b commit ca7fc4dCopy full SHA for ca7fc4d
doc/api/diagnostics_channel.md
@@ -1455,8 +1455,8 @@ Emitted when a lock is successfully granted and the callback is about to run.
1455
* `name` {string} The name of the requested lock resource.
1456
* `mode` {string} The lock mode: `'exclusive'` or `'shared'`.
1457
1458
-Emitted when `ifAvailable` is `true` and the lock is not immediately available.
1459
-The callback is invoked with `null` instead of a `Lock` object.
+Emitted when `ifAvailable` is `true` and the lock is not immediately available,
+and the request callback is invoked with `null` instead of a `Lock` object.
1460
1461
##### Event: `'locks.request.end'`
1462
0 commit comments