1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00
denoland-deno/ext
Bartek Iwańczuk 78fbc3f3f6
fix(npm): add performance.markResourceTiming sham (#19123)
This commit shams "performance.markResourceTiming" API by
using a noop function. It is done to provide compatibility with
"npm:undici" package. We should look into actually implementing
this API properly, but I wanted to unblock support for "undici" and
"astro" for now.

Ref https://github.com/denoland/deno/issues/19065
2023-05-16 05:16:24 +02:00
..
broadcast_channel chore: forward v1.33.3 release commit to main (#19111) 2023-05-12 14:47:27 +00:00
cache refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19056) 2023-05-14 15:40:01 -06:00
console chore: forward v1.33.3 release commit to main (#19111) 2023-05-12 14:47:27 +00:00
crypto refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19056) 2023-05-14 15:40:01 -06:00
fetch chore: forward v1.33.3 release commit to main (#19111) 2023-05-12 14:47:27 +00:00
ffi refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19056) 2023-05-14 15:40:01 -06:00
fs refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19056) 2023-05-14 15:40:01 -06:00
http refactor(ext/http): simpler ws server in http_next (#19133) 2023-05-16 01:24:41 +02:00
io refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19056) 2023-05-14 15:40:01 -06:00
kv chore: forward v1.33.3 release commit to main (#19111) 2023-05-12 14:47:27 +00:00
napi chore: forward v1.33.3 release commit to main (#19111) 2023-05-12 14:47:27 +00:00
net refactor(ext/http): simpler ws server in http_next (#19133) 2023-05-16 01:24:41 +02:00
node fix(npm): add performance.markResourceTiming sham (#19123) 2023-05-16 05:16:24 +02:00
tls chore: forward v1.33.3 release commit to main (#19111) 2023-05-12 14:47:27 +00:00
url chore: forward v1.33.3 release commit to main (#19111) 2023-05-12 14:47:27 +00:00
web chore: forward v1.33.3 release commit to main (#19111) 2023-05-12 14:47:27 +00:00
webidl chore: forward v1.33.3 release commit to main (#19111) 2023-05-12 14:47:27 +00:00
websocket refactor(ext/http): simpler ws server in http_next (#19133) 2023-05-16 01:24:41 +02:00
webstorage chore: forward v1.33.3 release commit to main (#19111) 2023-05-12 14:47:27 +00:00