entries

Bun

Symbol

CookieMap.entries

entries(): IterableIterator<[string, string]>

Returns an iterator of [name, value] pairs for every cookie in the map.

@returns

An iterator for the entries in the map