diff --git a/docs/src/design/proposals/APIRedesign.md b/docs/src/design/proposals/APIRedesign.md index 06810aa88d..aded73f33d 100644 --- a/docs/src/design/proposals/APIRedesign.md +++ b/docs/src/design/proposals/APIRedesign.md @@ -928,6 +928,8 @@ Should also consider: * Merge `subscribe` functionality into `request`; that is, handle real-time data as just another thing that triggers the `request` callback. +* Add a useful API to telemetry metadata, allowing things like + formats to be retrieved directly from there. As a consequence of this, `request` would need to return an object representing the active request. This would need to be able to