URLVariables.hx 182 B

1234567
  1. package flash.net;
  2. extern class URLVariables implements Dynamic {
  3. function new(?source : String) : Void;
  4. function decode(source : String) : Void;
  5. function toString() : String;
  6. }