pkimpel / retro-b5500

Web-based emulator and operating environment for the Burroughs B5500 computer system.
http://www.phkimpel.us/B5500/
MIT License
77 stars 7 forks source link

Standalone disk directory script works only in Firefox. #41

Closed pkimpel closed 8 years ago

pkimpel commented 9 years ago

The utility to look at the emulated disk directory, list the files and choose to extract file content, appears to work only for Firefox; I'm assuming that this utility is a read-only function, and would not cause any filesystem damage if used while the emulator is running, correct?

Submitted by Terry Heidelberg, 2015-05-04.

pkimpel commented 9 years ago

Confirmed. The script tools/B5500DiskDirList.html does not work in Chrome, which chokes when the version parameter to the IndexedDB open method is passed as undefined instead of being omitted from the parameter list. Fix prepared and slated for release 1.02.

pkimpel commented 8 years ago

Confirm that this was resolved in 1.02.