mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-15 21:29:23 +00:00
Deprecate the following obsolete functions and properties: * `keyman.helpURL` * `keyman.util.rgba` * `keyman.util.toFloat` * `keyman.util.toNumber` * `keyman.util.toNzString` Use correct language for code blocks in Keyman Engine for Web documentation. Test-bot: skip
429 B
429 B
| title |
|---|
| loadCookie |
Summary
Get a document cookie, or an array of all document cookies.
Syntax
keyman.util.loadCookie(cn);
Parameters
cn- Type:
stringoptional - Name of the cookie to be loaded if not loading the default cookie.
Return Value
Array- An array of names and strings or an array of variables and values.