Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tinkerer-red committed Oct 12, 2024
2 parents 6787f73 + f5e2537 commit ae090bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you need any assistance, feel free to raise issues directly on this GitHub re
This library mimics the JavaScript Promise model, making it possible to manage asynchronous operations like HTTP requests, file loading/saving, and more, directly within GameMaker Studio using a familiar promise-based approach.

## Features
- Asynchronous operations return promises that can be chained with `.then`, `.catch`, and `.finally`.
- Asynchronous operations return promises that can be chained with `.Then`, `.Catch`, and `.Finally`.
- Supports handling multiple asynchronous types like HTTP requests, file operations, and audio management.
- Promises in this library can be resolved or rejected manually, and handlers can be attached even after the promise has settled.

Expand Down

0 comments on commit ae090bf

Please sign in to comment.