(draftKey: string)
| 26 | } |
| 27 | |
| 28 | function storageKeyForDraftKeyV2(draftKey: string): string { |
| 29 | return `${STORAGE_PREFIX_V2}:${draftKey}` |
| 30 | } |
| 31 | |
| 32 | /** A persisted v2 payload's `doc` is only trusted when it is a ProseMirror doc |
| 33 | * root (a non-array object whose `type` is "doc"); anything else (corrupt or |
no outgoing calls
no test coverage detected