Open horoc opened 2 years ago
RequestAsync has an argument callback which is an internal function type.
RequestAsync
callback
Maybes it's better to define an API function without importing an internal definition.
For example:
change callback type to raw function definition.
What is the purpose of the change
916
RequestAsync
has an argumentcallback
which is an internal function type.Maybes it's better to define an API function without importing an internal definition.
For example:
Brief changelog
change callback type to raw function definition.