Skip to content

V13 Garbage Collection Question #117

@emreeren

Description

@emreeren

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.

Huly®: YJS-107

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions