Skip to content

Commit 7e7238b

Browse files
Add web integration document (#100)
* Add web integration document * Add link to task attribution issue * Update web integration * Update WEB-INTEGRATION.md Co-authored-by: Nicolò Ribaudo <[email protected]> * Apply suggestions from code review Co-authored-by: Nicolò Ribaudo <[email protected]> * Link to #107 * Add markdown link --------- Co-authored-by: Nicolò Ribaudo <[email protected]>
1 parent 0f64be9 commit 7e7238b

File tree

2 files changed

+686
-1
lines changed

2 files changed

+686
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,9 @@ function randomTimeout() {
236236
237237
Hosts are expected to use the infrastructure in this proposal to allow tracking
238238
not only asynchronous callstacks, but other ways to schedule jobs on the event
239-
loop (such as `setTimeout`) to maximize the value of these use cases.
239+
loop (such as `setTimeout`) to maximize the value of these use cases. We
240+
describe the needed integration with web platform APIs in the [web integration
241+
document](./WEB-INTEGRATION.md).
240242

241243
A detailed example of use cases can be found in the
242244
[Use cases document](./USE-CASES.md).

0 commit comments

Comments
 (0)