Widget: Compass: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
Line 617: Line 617:


                 const str = JSON.stringify(act);
                 const str = JSON.stringify(act);
                 const enc = btoa(encodeURIComponent(str))
                 const enc1 = btoa(encodeURIComponent(str));
                const enc2 = btoa(unescape(encodeURIComponent(str)))


                 console.log(enc)
                 console.log(enc1)
                console.log(enc2)
             }
             }
         }
         }

Revision as of 13:08, 24 November 2022

Development version of the Compass.
Not ready for production!