Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actionscript Tracking: LocalConnection #259

Open
4 of 24 tasks
Dinnerbone opened this issue Jan 11, 2020 · 0 comments
Open
4 of 24 tasks

Actionscript Tracking: LocalConnection #259

Dinnerbone opened this issue Jan 11, 2020 · 0 comments
Labels
avm1-tracking AVM1 (ActionScript 1.0 and 2.0) tracking issues avm1 AVM1 (ActionScript 1.0 and 2.0) issues

Comments

@Dinnerbone
Copy link
Contributor

Dinnerbone commented Jan 11, 2020

This is the tracking issue for LocalConnection 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.

LocalConnection

Constructors

LocalConnection()

  • Property Exists
  • Has Test Coverage
  • Completely Functional

Methods

allowDomain(sendingDomain)

  • Property Exists
  • Has Test Coverage
  • Completely Functional

allowInsecureDomain(sendingDomain)

  • Property Exists
  • Has Test Coverage
  • Completely Functional

close()

  • Property Exists
  • Has Test Coverage
  • Completely Functional

connect(connectionName)

  • Property Exists
  • Has Test Coverage
  • Completely Functional

domain()

  • Property Exists
  • Has Test Coverage
  • Completely Functional

send(connectionName, methodName, args)

  • 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
Labels
avm1-tracking AVM1 (ActionScript 1.0 and 2.0) tracking issues avm1 AVM1 (ActionScript 1.0 and 2.0) issues
Projects
None yet
Development

No branches or pull requests

3 participants