BuiltinWebFetchPlugin provides web page fetching functionality.
| 44 | |
| 45 | // BuiltinWebFetchPlugin provides web page fetching functionality. |
| 46 | type BuiltinWebFetchPlugin struct{} |
| 47 | |
| 48 | func NewBuiltinWebFetchPlugin() *BuiltinWebFetchPlugin { |
| 49 | return &BuiltinWebFetchPlugin{} |
nothing calls this directly
no outgoing calls
no test coverage detected