avm2: Stub NetConnection.addHeader

This commit is contained in:
Lord-McSweeney 2023-06-13 18:32:43 -07:00 committed by Aaron Hill
parent 60d3788466
commit 10a8acb166
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ package flash.net {
stub_method("flash.net.NetConnection", "connect");
}
public function addHeader(operation:String, mustUnderstand:Boolean = false, param:Object = null):void {
stub_method("flash.net.NetConnection", "addHeader");
}
public function call(command:String, responder:Responder, ... arguments):void {
stub_method("flash.net.NetConnection", "call");
}