summaryrefslogtreecommitdiff
path: root/module.go
diff options
context:
space:
mode:
authorPhilipp Tanlak <philipp.tanlak@gmail.com>2024-02-24 13:59:29 +0100
committerPhilipp Tanlak <philipp.tanlak@gmail.com>2024-02-24 13:59:29 +0100
commit6cc19d5c412b8adc89092702d4bc21b416fc4fae (patch)
tree3142b426395a409647a519270e31145fa9000f65 /module.go
parent3dc39e9eba495b18dad2a7d79d45dcb634729dd7 (diff)
Browser rendering
Diffstat (limited to 'module.go')
-rw-r--r--module.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/module.go b/module.go
index 7091309..47ccd31 100644
--- a/module.go
+++ b/module.go
@@ -95,6 +95,7 @@ var (
// Transport adapters must be loaded in a specific order.
// All other modules can be loaded in any order.
"proxy",
+ "browser",
"retry",
"ratelimit",
"cache",