diff options
Diffstat (limited to 'ext/js/comm')
-rw-r--r-- | ext/js/comm/frame-client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/comm/frame-client.js b/ext/js/comm/frame-client.js index b07bb796..5e997622 100644 --- a/ext/js/comm/frame-client.js +++ b/ext/js/comm/frame-client.js @@ -56,7 +56,7 @@ export class FrameClient { } /** - * @template T + * @template [T=unknown] * @param {T} data * @returns {import('frame-client').Message<T>} * @throws {Error} |