Skip to content

Change the way ROMs are loaded #3

@xem

Description

@xem

Hi,

I'm wondering if we could save bytes by changing the way ROMs are loaded:

  • Keep AJAX but without the arrayBuffer option so it can be synchronous
  • Provide the ROMs content in base64 in the URL's hash instead of its path
  • Use the file API to read the ROM's content (uploaded via a file uploader or by drag & dropping it from the file explorer to the browser...)

@aemkei @p01 @rlauck @subzey do you think one of these options could be a good alternative to the current ROM loader? ... Any idea on how to implement one of them?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions