Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Update README.md #11

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# xk6-timers


> [!WARNING]
> Starting k6 version v0.51 the code of the `k6/x/timers` extension is part of the [main k6 repository](https://github.com/grafana/k6). It can be used without any imports as in other js runtimes, or by importing `k6/timers`. Please contribute and [open issues there](https://github.com/grafana/k6/issues). This repository is no longer maintained.
This extension adds a PoC implementation of setTimeout and friends based on code by @na--

It is implemented using the [xk6](https://k6.io/blog/extending-k6-with-xk6/) system.
Expand Down
Loading