This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Promise Sketch | |
Pending* | |
resolve -> Resolved | |
reject -> Rejected | |
Resolved | |
Rejected |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Auth Sketch | |
NoAuth* | |
Default* | |
login -> Login | |
Login | |
Pending* | |
ok -> Ok | |
err -> Err | |
Ok |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Memoize Sketch& | |
Search | |
InitialSearch | |
search -> Processing | |
Processing | |
success -> Found | |
failure -> Not found | |
Found | |
search -> Processing | |
reset -> InitialSearch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Instant Preview Sketch& | |
License | |
Free* | |
try -> Trial | |
buy -> Full | |
Trial | |
buy -> Full | |
expire -> Free | |
Full | |
expire -> Free |
NewerOlder