dmitriytat / keypress

Deno keypress reader
MIT License
12 stars 4 forks source link

Update mod.ts for the 1.26.2 Deno.setRaw() migration #8

Closed Sn0wAlice closed 1 year ago

Sn0wAlice commented 2 years ago

Seems that Deno update their Deno.setRaw() to Deno.stdin.setRaw()

Sn0wAlice commented 2 years ago

deno explain: https://github.com/denoland/deno/issues/15796