Harbs commented on issue #1265: URL: https://github.com/apache/royale-asjs/issues/1265#issuecomment-3124092907
Dictionary as it exists in Flash does not map perfectly to JS. We have `ObjectMap` instead which uses either `Map` or `WeakMap`. For many uses you can also use a simple object. `Object.create(null)` is the best way to do that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@royale.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org