mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Correct link in uppy-debugging warning message (#29256)
Followup to 06d32a8a
This commit is contained in:
parent
c08c40dc23
commit
4bb9e0e8c9
@ -64,7 +64,7 @@ export default class UppyUploadDebugging {
|
|||||||
instrumentUploadTimings(uppy) {
|
instrumentUploadTimings(uppy) {
|
||||||
if (!this.#performanceApiSupport()) {
|
if (!this.#performanceApiSupport()) {
|
||||||
warn(
|
warn(
|
||||||
"Some browsers do not return a PerformanceMeasure when calling this.#performanceMark, disabling instrumentation. See https://developer.mozilla.org/en-US/docs/Web/API/this.#performanceMeasure#return_value and https://bugzilla.mozilla.org/show_bug.cgi?id=1724645",
|
"Some browsers do not return a PerformanceMeasure when calling this.#performanceMark, disabling instrumentation. See https://developer.mozilla.org/en-US/docs/Web/API/Performance/measure#return_value and https://bugzilla.mozilla.org/show_bug.cgi?id=1724645",
|
||||||
{ id: "discourse.upload-debugging" }
|
{ id: "discourse.upload-debugging" }
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user