You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* - msg (Object): Object that contains the parameters and their values to be sent to the server.
2799
+
* - callback (Function): function to call when the request is finished with an error as first argument and result data as second argument.
2800
+
*
2801
+
* ##### Params on the `msg` object:
2802
+
*
2803
+
* - headers (Object): Optional. Key/ value pair of request headers to pass along with the HTTP request. Valid headers are: 'If-Modified-Since', 'If-None-Match', 'Cookie', 'User-Agent', 'Accept', 'X-GitHub-OTP'.
* - msg (Object): Object that contains the parameters and their values to be sent to the server.
2840
+
* - callback (Function): function to call when the request is finished with an error as first argument and result data as second argument.
2841
+
*
2842
+
* ##### Params on the `msg` object:
2843
+
*
2844
+
* - headers (Object): Optional. Key/ value pair of request headers to pass along with the HTTP request. Valid headers are: 'If-Modified-Since', 'If-None-Match', 'Cookie', 'User-Agent', 'Accept', 'X-GitHub-OTP'.
* - msg (Object): Object that contains the parameters and their values to be sent to the server.
2881
+
* - callback (Function): function to call when the request is finished with an error as first argument and result data as second argument.
2882
+
*
2883
+
* ##### Params on the `msg` object:
2884
+
*
2885
+
* - headers (Object): Optional. Key/ value pair of request headers to pass along with the HTTP request. Valid headers are: 'If-Modified-Since', 'If-None-Match', 'Cookie', 'User-Agent', 'Accept', 'X-GitHub-OTP'.
* - msg (Object): Object that contains the parameters and their values to be sent to the server.
2922
+
* - callback (Function): function to call when the request is finished with an error as first argument and result data as second argument.
2923
+
*
2924
+
* ##### Params on the `msg` object:
2925
+
*
2926
+
* - headers (Object): Optional. Key/ value pair of request headers to pass along with the HTTP request. Valid headers are: 'If-Modified-Since', 'If-None-Match', 'Cookie', 'User-Agent', 'Accept', 'X-GitHub-OTP'.
* - msg (Object): Object that contains the parameters and their values to be sent to the server.
2963
+
* - callback (Function): function to call when the request is finished with an error as first argument and result data as second argument.
2964
+
*
2965
+
* ##### Params on the `msg` object:
2966
+
*
2967
+
* - headers (Object): Optional. Key/ value pair of request headers to pass along with the HTTP request. Valid headers are: 'If-Modified-Since', 'If-None-Match', 'Cookie', 'User-Agent', 'Accept', 'X-GitHub-OTP'.
0 commit comments