v86/src/browser
Joe Osborn 66dab8f39a
Make screenshot function return an Image (#820)
* Make screenshot facility return an Image

Returning an image rather than always opennig a new window slightly
expands the utility of embedding v86---we may want to take a
screenshot and use just its data without asking the user to download it.
2023-04-14 09:26:04 +02:00
..
dummy_screen.js vga: pass buffer from emulator to frontend, remove tell-buffer, avoid storing layers in state (call update_layers in set_state instead) 2022-02-17 17:38:00 +01:00
filestorage.js Fixed issue #632 async/await (#633) 2022-07-25 14:55:07 +02:00
keyboard.js Don't send break code on key repeat 2021-01-16 19:31:19 -06:00
main.js Make screenshot function return an Image (#820) 2023-04-14 09:26:04 +02:00
mouse.js don't send mouse events when execution is paused 2022-08-02 21:40:57 +09:00
network.js Fix non-terminating node scripts due to reconnect interval 2020-12-31 19:14:31 -06:00
print_stats.js make some jit parameters configurable at runtime 2022-11-26 14:11:19 -06:00
screen.js Make screenshot function return an Image (#820) 2023-04-14 09:26:04 +02:00
serial.js Fix V86.destroy() with xterm.js (#720) 2022-08-15 22:10:49 +02:00
speaker.js GC SpeakerAdapter 2022-08-02 21:40:57 +09:00
starter.js Make screenshot function return an Image (#820) 2023-04-14 09:26:04 +02:00
worker_bus.js Worker bus, #20 2015-04-12 20:21:38 +02:00