Skip to content

Actionscript Tracking: NetConnection #265

Closed

Description

This is the tracking issue for NetConnection in AVM1. We will check off each item of progress as appropriate, and fill in any relevant or missing information as we continue development of Ruffle.

Legend

Each checkbox is independent of another. It's entirely possible for something to be tested but not exist yet, or for us to believe that it's completely functional but we haven't made enough tests to prove it.

"Property Exists"

This means the item exists, but may not necessarily be fully implemented.

"Has Test Coverage"

This means that we believe that we have a good test coverage of this item, regardless of if those tests pass. It's okay to have tests available but not implement the item yet.

"Completely Functional"

This means we believe that the item is completely implemented, and no more work needs to be done towards making it functional.

NetConnection

Constructors

NetConnection()

  • Property Exists
  • Has Test Coverage
  • Completely Functional

Properties

isConnected : Boolean

  • Property Exists
  • Has Test Coverage
  • Completely Functional

protocol : String

  • Property Exists
  • Has Test Coverage
  • Completely Functional

uri : String

  • Property Exists
  • Has Test Coverage
  • Completely Functional

Methods

addHeader()

  • Property Exists
  • Has Test Coverage
  • Completely Functional

call(remoteMethod, resultObject)

  • Property Exists
  • Has Test Coverage
  • Completely Functional

close()

  • Property Exists
  • Has Test Coverage
  • Completely Functional

connect(targetURI)

  • Property Exists
  • Has Test Coverage
  • Completely Functional

onResult(infoObject)

  • Property Exists
  • Has Test Coverage
  • Completely Functional

onStatus(infoObject)

  • Property Exists
  • Has Test Coverage
  • Completely Functional
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    A-avm1Area: AVM1 (ActionScript 1 & 2)avm1-trackingAVM1 (ActionScript 1.0 and 2.0) tracking issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions