-
-
Notifications
You must be signed in to change notification settings - Fork 757
V13 Garbage Collection Question #117
Copy link
Copy link
Closed
Description
Hello. I'm trying to implement a function for indexed-db connector to remove gc'ed entries from database but I didn't understand how GC items gets created. I'm working on text-area sample and tried to debug it but couldn't trigger GC item creation while adding - editing text. I also enabled GC by using new {gc:true} option.
While debugging I noticed some gc stuff implemented for Type.js class. Should I delete the type to enable GC ? Other than Type.js's gcChildren() method nothing appears to call _gc() method of the Item class. I'll be glad to know if I'm missing something.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels