base64. Decoding from Base64 [3.1.5]
|
· | $.strict(true) - the exception will be raised if all characters can not be decoded. Without this option the only charachers that are decoded successfully are returned. [3.4.2]
|
· | $.url-safe(false/true) - use the modified alphabet, with all characters do not need to be converted into %XX in the URL ('-' è '_' are used instead of '+' and '/' ) . Do not use by default. [3.4.6]
|
· | $.pad(true/false) - if the coded length was not divisible by 3, padding characters (=) were added, by default. [3.4.6]
|
Copyright © 19972021 Art. Lebedev Studio | http://www.artlebedev.com | Last updated: 26.01.2021 |