You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: static/extensions/DogeisCut/dogeiscutObject.js
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
10
10
11
11
// TODO:
12
12
// turn keys values and entires of into a single block with a dropdown
13
+
// setPrototypeOf is slow, create new objects where we can instead
14
+
// maybe rewrite this entire thing cause a lot of code is leftover from when i wanted recursion and didnt know about null prototypes, and i overcomplicated a lot of stuff
0 commit comments