RESOLVED FIXED 274109
fix value == undefined and propertyValue != undefined in cookie-utilities.js
https://bugs.webkit.org/show_bug.cgi?id=274109
Summary fix value == undefined and propertyValue != undefined in cookie-utilities.js
Frances Cornwall
Reported 2024-05-13 13:13:06 PDT
It should be value === undefined and propertyValue !== undefined because undefined is a primitive value.
Attachments
Frances Cornwall
Comment 1 2024-05-13 13:19:33 PDT
EWS
Comment 2 2024-05-16 13:39:01 PDT
Committed 278889@main (f7e6c1a5fe40): <https://commits.webkit.org/278889@main> Reviewed commits have been landed. Closing PR #28495 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-05-16 13:40:17 PDT
Note You need to log in before you can comment on or make changes to this bug.