JS Rendered requests with Chrome support added

This commit is contained in:
Musab Gültekin
2019-06-13 22:08:45 +03:00
parent 76a687e193
commit 1a7d480b36
8 changed files with 111 additions and 12 deletions

View File

@ -52,4 +52,7 @@ type Options struct {
// Charset Detection disable
CharsetDetectDisabled bool
// Revisiting same URLs is disabled by default
URLRevisitEnabled bool
}