Skip to content
Snippets Groups Projects
Commit aa92df4e authored by tamaina's avatar tamaina
Browse files

chore(frontend): add comment

parent 61e7eb8f
No related branches found
No related tags found
No related merge requests found
// 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[];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment