index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
lib.deno_core.d.ts
Age
Commit message (
Expand
)
Author
2021-11-09
feat(core): streams (#12596)
Aaron O'Mullan
2021-10-10
feat: Show the URL of streaming WASM modules in stack traces (#12268)
Andreu Botella
2021-09-13
refactor(core): Turn the `wasm_streaming_feed` binding into ops (#11985)
Andreu Botella
2021-09-11
refactor: use Deno.core.tryClose (#11980)
Bartek IwaĆczuk
2021-07-03
feat: enable WebAssembly.instantiateStreaming and wasm async compilation (#11...
Andreu Botella
2021-06-05
refactor(web): use encoding_rs for text encoding (#10844)
Luca Casonato
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-03-31
refactor: new optimized op-layer using serde_v8 (#9843)
Aaron O'Mullan
2021-03-23
feat(core): Deno.core.heapStats() (#9659)
Aaron O'Mullan
2021-02-13
refactor(core): Strongly typed deserialization of JSON ops (#9423)
Jared Beller
2021-02-07
chore: fix typo in lib.deno_core.d.ts (#9416)
Ikko Ashimine
2021-01-28
chore: add jsdoc to 26_fetch.js and enable some fetch tests (#9305)
Luca Casonato