Documentation

onClearAll

fires after datastore was cleared

void onClearAll(){ ... };

Example

some.attachEvent("onClearAll", function(){
    //... some code here ... 
});

See also

Back to top