We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9438a9e commit 8c8a196Copy full SHA for 8c8a196
1 file changed
src/index.ts
@@ -229,6 +229,10 @@ export namespace LRUCache {
229
*
230
* The `status` option should be a plain JavaScript object. The following
231
* fields will be set on it appropriately, depending on the situation.
232
+ *
233
+ * These objects are also the context objects passed to listeners on the
234
+ * `lru-cache:metrics` diagnostic channel, and the `lru-cache` tracing
235
+ * channels, in platforms that support them.
236
*/
237
export interface Status<K, V> {
238
/**
0 commit comments