mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Create messenger-tests.ts
* this close to the surface area that we use - i don't feel comfortable adding more info without having actual usage
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/// <reference path="messenger.d.ts"/>
|
||||
|
||||
var message = Messenger().post({
|
||||
message: "message",
|
||||
hideAfter: 5,
|
||||
showCloseButton: true,
|
||||
type: "error"
|
||||
});
|
||||
message.update({
|
||||
type: "error",
|
||||
message: "Error calculating position"
|
||||
});
|
||||
|
||||
Messenger().hideAll();
|
||||
Reference in New Issue
Block a user