1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-15 18:38:53 -05:00
denoland-deno/extensions
Bartek Iwańczuk 7b9737b9f4
feat(inspector): pipe console messages between terminal and inspector (#11134)
This commit adds support for piping console messages to inspector.

This is done by "wrapping" Deno's console implementation with default
console provided by V8 by the means of "Deno.core.callConsole" binding.

Effectively each call to "console.*" methods calls a method on Deno's
console and V8's console.
2021-06-27 02:27:50 +02:00
..
broadcast_channel chore: release crates (#11068) 2021-06-21 16:37:34 +02:00
console feat(inspector): pipe console messages between terminal and inspector (#11134) 2021-06-27 02:27:50 +02:00
crypto chore: release crates (#11068) 2021-06-21 16:37:34 +02:00
fetch fix(fetch): encode and decode headers as byte strings (#11070) 2021-06-26 17:34:24 +02:00
timers chore: release crates (#11068) 2021-06-21 16:37:34 +02:00
url chore(ext/console): deprecate Deno.customInspect (#10035) 2021-06-25 16:19:18 +09:00
web fix: MessagePort in message for postMessage transfers (#11103) 2021-06-26 11:17:05 +02:00
webgpu chore(ext/console): deprecate Deno.customInspect (#10035) 2021-06-25 16:19:18 +09:00
webidl fix(url): use USVStrings in URLSearchParams constructor (#11101) 2021-06-24 11:38:37 +02:00
websocket fix: make readonly Event properties readonly (#11106) 2021-06-24 14:21:13 -04:00
webstorage fix(webstorage): increase localStorage limit to 10MB (#11081) 2021-06-23 11:59:08 +02:00