We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e280d0 commit 529dcedCopy full SHA for 529dced
README.md
@@ -41,11 +41,7 @@ Alternatively, use as a module in a browser directly:
41
import FlatQueue from 'https://cdn.jsdelivr.net/npm/flatqueue/+esm';
42
```
43
44
-There's also a UMD bundle that exposes a global `FlatQueue` global variable:
45
-
46
-```html
47
-<script src="https://cdn.jsdelivr.net/npm/flatqueue"></script>
48
-```
+For legacy environments requiring CommonJS or a UMD bundle, use `flatqueue` v2.
49
50
## API
51
0 commit comments