chore(frontend): add comment
This commit is contained in:
parent
61e7eb8ff1
commit
aa92df4e50
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
// structredCloneが遅いため
|
||||
// SEE: http://var.blog.jp/archives/86038606.html
|
||||
// あと、Vue RefをIndexedDBに保存しようとしてstructredCloneを使ったらエラーになった
|
||||
// https://github.com/misskey-dev/misskey/pull/8098#issuecomment-1114144045
|
||||
|
||||
type Cloneable = string | number | boolean | null | { [key: string]: Cloneable } | Cloneable[];
|
||||
|
||||
|
|
Loading…
Reference in a new issue