forTest static method

  1. @visibleForTesting
MetaFetch forTest()

A dedicated MetaFetch which ignore content type condition that allowing parse to HTML Document.

This only available for testing only.

Implementation

@visibleForTesting
static MetaFetch forTest() => MetaFetch._(true);