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

php - Autoloader issue not returning Class -

python - Getting next two indexes regardless of current index -

ruby - Prevent Custom Validation Error on Association -