Skip to content

FragmentWriter

github-actions[bot] edited this page Sep 21, 2026 · 1 revision

Interface: FragmentWriter

Imported from @elite-dangerous-almanac/galaxy-map.

What createFragmentWriter gives back.

Methods

dispose()

dispose(): void

Drops a waiting write.

Returns

void


flush()

flush(): void

Writes at once, if a write is waiting.

Returns

void


schedule()

schedule(): void

Asks for a write. The writer holds it back to one write per 500 ms.

Returns

void

Clone this wiki locally