We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf_hooks/$cloudflare.ts patches globalThis.performance, see:
perf_hooks/$cloudflare.ts
globalThis.performance
unenv/src/runtime/node/perf_hooks/$cloudflare.ts
Lines 37 to 43 in a58d516
@IgorMinar I think you told me that we should not patch existing globals here. Is this a special case?
Note that performance is in the inject
performance
inject
unenv/src/presets/cloudflare.ts
Line 72 in a58d516
The text was updated successfully, but these errors were encountered:
IgorMinar
No branches or pull requests
perf_hooks/$cloudflare.ts
patchesglobalThis.performance
, see:unenv/src/runtime/node/perf_hooks/$cloudflare.ts
Lines 37 to 43 in a58d516
@IgorMinar I think you told me that we should not patch existing globals here. Is this a special case?
Note that
performance
is in theinject
unenv/src/presets/cloudflare.ts
Line 72 in a58d516
The text was updated successfully, but these errors were encountered: