[TIMOB-25043] Windows: Ti.Network.Cookie isValid() is missing
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-09-24T14:55:07.000+0000 |
Affected Version/s | Release 6.1.1 |
Fix Version/s | Release 7.5.0 |
Components | Windows |
Labels | cookie, parity |
Reporter | Michael Gangolf |
Assignee | Kota Iguchi |
Created | 2017-07-31T23:59:23.000+0000 |
Updated | 2018-09-25T12:38:46.000+0000 |
Description
The method
isValid()
in Titanium.Network.Cookie is missing on Windows.
Test Case
var cookie1 = Ti.Network.createCookie({
domain: 'example.com',
name: 'test_cookie',
value: '12',
path: '/'
});
var cookie2 = Ti.Network.createCookie({
name: 'test_cookie',
value: '12',
path: '/'
});
console.log('is cookie valid: ' + cookie1.isValid());
console.log('is cookie valid: ' + cookie2.isValid());
https://github.com/appcelerator/titanium_mobile_windows/pull/1275
*FR Passed*
*Closing ticket* The fix is present in SDK; {noformat} 7.5.0.v20180925002114 {noformat}