summaryrefslogtreecommitdiff
path: root/op_crates
AgeCommit message (Collapse)Author
2020-09-06refactor(core): rename CoreIsolate to JsRuntime (#7373)Bartek Iwańczuk
deno_core/ - rename core_isolate.rs to runtime.rs - rename CoreIsolate to JsRuntime - rename JSError to JsError - rename JSStackFrame to JsStackFrame cli/ - update references from deno_core::CoreIsolate to deno_core::JsRuntime - rename deno_core::JSError to deno_core::JsError - rename fmt_errors::JSError to fmt_errors::JsError
2020-09-06Move JSON ops to deno_core (#7336)Bert Belder
2020-09-05feat: Implement WebSocket API (#7051)crowlKats
2020-09-04v1.3.3Bartek Iwańczuk
2020-09-04fix: don't expose globalThis.__bootstrap (#7344)Kitson Kelly
2020-09-02deno_web 0.6.0 (#7317)Ryan Dahl
2020-09-01simplify deno_web init (#7313)Ryan Dahl
2020-09-01Remove unused crate_modules feature (#7311)Ryan Dahl
2020-08-29v1.3.2Bartek Iwańczuk
2020-08-24fix(op_crates/web): throw TypeError on invalid input types in ↵Craig Morten
TextDecoder.decode() (#7179)
2020-08-21v1.3.1Bartek Iwańczuk
2020-08-19refactor(op_crates/web): move abort signal (#7117)Luca Casonato
2020-08-13v1.3.0Bartek Iwańczuk
2020-08-11feat(web): FileReader API (#6673)Paul Thompson
2020-08-09Add README for deno_web (#6997)Ryan Dahl
2020-08-08v1.2.3Ryan Dahl
2020-08-07Op crate for Web APIs (#6906)Bartek Iwańczuk
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>