mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
Dynamic routes resolve! Just gotta pass query params to the JS correctly
Former-commit-id: 2c4d3184a4f06ba9dd7d27d653834589796ebd0f
This commit is contained in:
@@ -28,7 +28,8 @@ pub const QueryStringMap = struct {
|
||||
}
|
||||
|
||||
pub const Iterator = struct {
|
||||
// Assume no query string param will exceed 2048 keys
|
||||
// Assume no query string param map will exceed 2048 keys
|
||||
// Browsers typically limit URL lengths to around 64k
|
||||
const VisitedMap = std.bit_set.ArrayBitSet(usize, 2048);
|
||||
|
||||
i: usize = 0,
|
||||
|
||||
Reference in New Issue
Block a user