Frontmatter
| id | 4199 |
| title | Cookie add-on issue with nonexistent cookies |
| state | Closed |
| labels | bug |
| assignees | [] |
| createdAt | Mar 23, 2023, 11:27 AM |
| updatedAt | Mar 23, 2023, 12:05 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4199 |
| author | Ghost |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 23, 2023, 12:05 PM |
Describe the bug A JS error occurs when using the
getCookiemethod of theCookieadd-on, if no cookie corresponding the given parameter is found.To Reproduce Steps to reproduce the behavior:
Cookieadd-on.getCookiemethod providing a cookie name which doesn't exist.Expected behavior
nullis returned for not found cookies.Screenshots