Add tsdoc/jsdoc deprecated notice to Mirror (#1168)

This commit is contained in:
Justin Halsall
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 5256e63fd1
commit cbf68f2490
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
---
---

View File

@@ -30,6 +30,7 @@ const DEPARTED_MIRROR_ACCESS_WARNING =
'now you can use replayer.getMirror() to access the mirror instance of a replayer,' +
'\r\n' +
'or you can use record.mirror to access the mirror instance during recording.';
/** @deprecated */
export let _mirror: DeprecatedMirror = {
map: {},
getId() {