From 8b59034a30f2ea975880b738542b7faf17b23a83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0nan=C3=A7=20G=C3=BCm=C3=BC=C5=9F?= Date: Tue, 11 Jun 2024 16:56:06 +0300 Subject: [PATCH] fixup! experimental notice --- js/jsmodules.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/js/jsmodules.go b/js/jsmodules.go index f3ac89b867a..1de308bc23d 100644 --- a/js/jsmodules.go +++ b/js/jsmodules.go @@ -48,7 +48,11 @@ func getInternalJSModules() map[string]interface{} { "k6/experimental/tracing": tracing.New(), "k6/experimental/browser": newWarnExperimentalModule(browser.NewSync(), "k6/experimental/browser is now part of the k6 core, please change your imports to use k6/browser instead."+ - " The k6/experimental/browser will be removed in k6 v0.54.0"), + " The k6/experimental/browser will be removed on or after 23rd of September,"+ + " please ensure your scripts have been migrated to k6/browser by that date."+ + " Please also see the migration guide at"+ + " https://grafana.com/docs/k6/latest/using-k6-browser/migrating-to-k6-v0-52/"+ + " for more information on how to migrate your scripts."), "k6/browser": browser.New(), "k6/experimental/fs": fs.New(), "k6/net/grpc": grpc.New(),