Add an exampleNS.strToBase64 function
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Base64_encoding_and_decoding
This commit is contained in:
@@ -7,3 +7,10 @@ var exampleNS;
|
||||
|
||||
/** @interface */
|
||||
exampleNS.getRendererFromQueryString = function() {};
|
||||
|
||||
|
||||
/**
|
||||
* @param {string} str String.
|
||||
* @return {string} Base64 string.
|
||||
*/
|
||||
exampleNS.strToBase64 = function(str) {};
|
||||
|
||||
Reference in New Issue
Block a user