-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot delete property 'creationIndex' of [object Object] #199
Comments
Hi @Lekinio, could you provide the full code here so that we can reproduce? Thanks! |
No feedback provided, closing this issue out. Please feel free to reopen if you can pass on the code to reproduce the issue (preferably as a vows based unit test). |
Hi. I'm having the exact same issue at the moment. Here are some basics for reproduction:
I logged the cookie array that
I also logged the cookie inside the loop (
|
I'll reopen this and we'll take a look. If you'd like to convert this into a Vows based unit test, that would be very appreciated. :) |
I am also having this issue was there any resolution? |
This happens when you put cookies in your To fix this, dedupe the library with I argue that the maintainers of this library should not use |
Thanks for that insight, @justinddunlap. It would be nice if users didn't have to worry about version mismatches. However, if we allowed a |
hello when i am trying to set new cookie it return this error:
Cannot delete property 'creationIndex' of [object Object]
cookie:
cookieJar.setCookie(cookie, 'url');
The text was updated successfully, but these errors were encountered: