https://github.com/aaronius/alloy-promises-training
A repository used for training about promises as it relates to Adobe Experience Platform Web SDK (https://github.com/adobe/alloy).
https://github.com/aaronius/alloy-promises-training
Last synced: 4 months ago
JSON representation
A repository used for training about promises as it relates to Adobe Experience Platform Web SDK (https://github.com/adobe/alloy).
- Host: GitHub
- URL: https://github.com/aaronius/alloy-promises-training
- Owner: Aaronius
- Created: 2021-02-04T23:07:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-05T15:50:52.000Z (over 5 years ago)
- Last Synced: 2025-10-11T21:19:43.320Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a repository I use when training about promises as they relate to [Adobe Experience Platform Web SDK](https://github.com/adobe/alloy).
The repository is broken down into separate HTML files that build on each other.
* `step1.html` - Demonstrates executing Alloy commands and handling their results.
* `step2.html` - The same as `step1.html` except with console logging cleaned up and more short-hand being used. This is more likely what you'll see in customer implementations.
* `step3.html` - Attempts to use an unsupported Alloy command (named `bogus`) and demonstrates how to handle the resulting error.