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.
URLPattern
1 parent 0c3b327 commit 6f26889Copy full SHA for 6f26889
README.md
@@ -2,8 +2,8 @@
2
3
[](https://bundlephobia.com/package/@picojs/pico) [](https://bundlephobia.com/package/@picojs/pico)
4
5
-Pico is ultra-tiny web framework for Web-Standard runtime.
6
-Pico works on Cloudflare Workers, Deno, Bun, and others.
+Pico is ultra-tiny web framework using `URLPattern`.
+Pico works on Cloudflare Workers and Deno.
7
8
## Install
9
@@ -76,10 +76,6 @@ wrangler dev index.ts
76
wrangler publish index.ts
77
```
78
79
-## Bun
80
-
81
-Now, Pico does not work on Bun because URLPattern may not be implemented yet.
82
83
## Deno
84
85
```ts
0 commit comments