Skip to content
Snippets Groups Projects

Method body modifier support

Open Kelvin requested to merge method-body-modifier-support into master
5 files
+ 40
8
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -243,7 +243,9 @@ declare class DashSource implements IVideoSource {
declare interface IRequest {
url: string,
headers: Map<string, string>
headers: Map<string, string>?,
method: string?,
body: string?
}
declare interface IRequestModifierDef {
allowByteSkip: boolean
Loading