File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -583,10 +583,12 @@ current directory. (See also [`example`](@ref) for an example folder).
583
583
filewatcher. By default the coreloop does nothing.
584
584
- `launch_browser`: boolean specifying whether to launch the ambient browser
585
585
at the localhost or not (default: false).
586
- `allow_cors`: boolean allowing cross origin (CORS) requests to access the
586
+ - `allow_cors`: boolean allowing cross origin (CORS) requests to access the
587
587
server via the "Access-Control-Allow-Origin" header.
588
- `preprocess_request`: function specifying the transformation of a request
588
+ - `preprocess_request`: function specifying the transformation of a request
589
589
before it is returned; its only argument is the current request.
590
+ - `inject_browser_reload_script`: boolean specifying whether the live-reloading
591
+ functionality should be injected into HTML pages when served.
590
592
591
593
# Example
592
594
You can’t perform that action at this time.
0 commit comments