Skip to content

Commit 5df2c39

Browse files
committed
Add Excel-only disclaimer to WebAsyncWrapper
1 parent a9f814b commit 5df2c39

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/WebAsyncWrapper.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/WebHelpers.bas

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -915,8 +915,6 @@ Public Function Base64Decode(Encoded As Variant) As String
915915
#End If
916916
End 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,

0 commit comments

Comments
 (0)