Preparing search index...
The search index is not available
vscode-languageclient
vscode-languageclient
MessageReaderOptions
Interface MessageReaderOptions
interface
MessageReaderOptions
{
charset
?:
_MessageBufferEncoding
;
contentDecoder
?:
ContentDecoder
;
contentDecoders
?:
ContentDecoder
[]
;
contentTypeDecoder
?:
ContentTypeDecoder
;
contentTypeDecoders
?:
ContentTypeDecoder
[]
;
}
Index
Properties
charset?
content
Decoder?
content
Decoders?
content
Type
Decoder?
content
Type
Decoders?
Properties
Optional
charset
charset
?:
_MessageBufferEncoding
Optional
content
Decoder
contentDecoder
?:
ContentDecoder
Optional
content
Decoders
contentDecoders
?:
ContentDecoder
[]
Optional
content
Type
Decoder
contentTypeDecoder
?:
ContentTypeDecoder
Optional
content
Type
Decoders
contentTypeDecoders
?:
ContentTypeDecoder
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
charset
content
Decoder
content
Decoders
content
Type
Decoder
content
Type
Decoders
vscode-languageclient
Loading...