capricorn86 / happy-dom

A JavaScript implementation of a web browser without its graphical user interface
MIT License
3.24k stars 194 forks source link

feat: [#1315] Implement the getSetCookie method of Headers #1316

Closed ushiboy closed 5 months ago

ushiboy commented 5 months ago

1315

Implemented the getSetCookie method of Headers.

ushiboy commented 5 months ago

Thanks @capricorn86

I agree that changing the data structure would be a more appropriate approach. I hope that method works well.