946
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
So you want to implement the Session API. Great! | So you want to implement the Session API. Great! We're still working on better docs, but here's a short block of code which shows all of the API: | ||
// All logic needs to be wrapped in the if(navigator.id) block so that we do not break | // All logic needs to be wrapped in the if(navigator.id) block so that we do not break |
edits