Skip to content

Commit 280dbb2

Browse files
committed
doc: update AsyncResource.bind doc to reflect new thisArg behaviour
1 parent f906610 commit 280dbb2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/api/async_context.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,9 @@ added:
446446
- v14.8.0
447447
- v12.19.0
448448
changes:
449+
- version: REPLACEME
450+
pr-url: https://github.com/nodejs/node/pull/42177
451+
description: Changed the default when `thisArg` is not provided to use `this` from the caller.
449452
- version: v16.0.0
450453
pr-url: https://github.com/nodejs/node/pull/36782
451454
description: Added optional thisArg.
@@ -468,6 +471,9 @@ added:
468471
- v14.8.0
469472
- v12.19.0
470473
changes:
474+
- version: REPLACEME
475+
pr-url: https://github.com/nodejs/node/pull/42177
476+
description: Changed the default when `thisArg` is not provided to use `this` from the caller.
471477
- version: v16.0.0
472478
pr-url: https://github.com/nodejs/node/pull/36782
473479
description: Added optional thisArg.

0 commit comments

Comments
 (0)