Skip to content

Commit 48e4d80

Browse files
committed
avm2: Implement flash.net.SharedObjectFlushStatus
1 parent 13d8565 commit 48e4d80

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package flash.net {
2+
public final class SharedObjectFlushStatus {
3+
public static const FLUSHED: String = "flushed";
4+
public static const PENDING: String = "pending";
5+
}
6+
}

core/src/avm2/globals/globals.as

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ include "flash/geom/ColorTransform.as"
3232
include "flash/geom/Orientation3D.as"
3333
include "flash/geom/Point.as"
3434
include "flash/geom/Rectangle.as"
35+
include "flash/net/SharedObjectFlushStatus.as"
3536
include "flash/net/URLLoaderDataFormat.as"
3637
include "flash/net/URLRequestHeader.as"
3738
include "flash/net/URLRequestMethod.as"

0 commit comments

Comments
 (0)