File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Attribute VB_Exposed = True
1313'
1414' Wrapper WebClient and WebRequest that enables callback-style async requests
1515'
16- ' _Note_ Windows-only and requires reference to "Microsoft WinHTTP Services, version 5.1"
16+ ' _Note_ Windows-only and Excel-only and requires reference to "Microsoft WinHTTP Services, version 5.1"
1717'
1818' Errors:
1919' 11050 / 80042b2a / -2147210454 - Client should not be changed
Original file line number Diff line number Diff line change @@ -915,8 +915,6 @@ Public Function Base64Decode(Encoded As Variant) As String
915915#End If
916916End Function
917917
918- ''
919-
920918''
921919' Register custom converter for converting request `Body` and response `Content`.
922920' If the `ConvertCallback` or `ParseCallback` are object methods,
You can’t perform that action at this time.
0 commit comments