decred.org/dcrdex@v1.0.3/client/webserver/site/src/js/basepage.ts (about) 1 export default class BasePage { 2 /* unload is called when the user navigates away from the page. */ 3 unload () { 4 // should be implemented by inheriting class. 5 } 6 }