summaryrefslogtreecommitdiff
path: root/runtime/js
AgeCommit message (Collapse)Author
2021-01-06refactor: move WebSocket API to an op_crate (#9026)Luca Casonato
2021-01-06fix: stronger input checking for setTimeout; add function overload (#8957)Anonymous
2021-01-06fix: align performance API to spec using WPT (#9012)Luca Casonato
2021-01-05fix(runtime/websocket): respond to ping with pong (#8974)crowlKats
2021-01-01refactor(cli): runtime compiler APIs consolidated to Deno.emit() (#8799)Kitson Kelly
Closes: #4752
2020-12-17refactor: Rename runtime/rt to runtime/js (#8806)Nayeem Rahman