Skip to content

Commit

Permalink
avm2: Implement flash.net.SharedObjectFlushStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
relrelb committed Jun 24, 2022
1 parent 13d8565 commit 48e4d80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/src/avm2/globals/flash/net/SharedObjectFlushStatus.as
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package flash.net {
public final class SharedObjectFlushStatus {
public static const FLUSHED: String = "flushed";
public static const PENDING: String = "pending";
}
}
1 change: 1 addition & 0 deletions core/src/avm2/globals/globals.as
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ include "flash/geom/ColorTransform.as"
include "flash/geom/Orientation3D.as"
include "flash/geom/Point.as"
include "flash/geom/Rectangle.as"
include "flash/net/SharedObjectFlushStatus.as"
include "flash/net/URLLoaderDataFormat.as"
include "flash/net/URLRequestHeader.as"
include "flash/net/URLRequestMethod.as"
Expand Down

0 comments on commit 48e4d80

Please sign in to comment.