File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -92,13 +92,13 @@ for `CallbackType callback`.
92
92
93
93
When targetting version 4, `callback` may be:
94
94
- of type `const Function&`
95
- - not provided as an parameter, in which case the API creates a new no-op
95
+ - not provided as a parameter, in which case the API creates a new no-op
96
96
`Function`
97
97
98
98
When targetting version 5+, `callback` may be:
99
99
- of type `const Function&`
100
100
- of type `std::nullptr_t`
101
- - not provided as an parameter, in which case the API passes `std::nullptr`
101
+ - not provided as a parameter, in which case the API passes `std::nullptr`
102
102
103
103
### Acquire
104
104
Original file line number Diff line number Diff line change 13
13
#include < cstring>
14
14
#include < mutex>
15
15
#include < type_traits>
16
- #include < csignal>
17
16
18
17
namespace Napi {
19
18
You can’t perform that action at this time.
0 commit comments