finished tests and docs

This commit is contained in:
lotte
2018-10-12 11:55:52 +02:00
parent 1928da8c32
commit 8ffbd13242
14 changed files with 426 additions and 33 deletions

View File

@@ -64,6 +64,7 @@ export class EmptySSBAction implements Action {
*
* @param method
* an optional method for which the ServerSyncBuffer should remove its entries
* if this parameter is omitted, the buffer will be emptied as a whole
*/
constructor(method?: RestRequestMethod) {
this.payload = method;