javascript - chrome.cookies: A simple way to remove all cookies of a single domain? -


i using chrome.cookies store , remove cookies in chrome extension.

when extension installed, want remove cookies of server domain.

at moment, cookies , remove them 1 one loop.

isn't there easier way achieve this?


Comments

Popular posts from this blog

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -

php - Autoloader issue not returning Class -