Nick: fixed bugs associated with absolute path replacements
This commit is contained in:
@@ -18,6 +18,7 @@ export type PageOptions = {
|
||||
waitFor?: number;
|
||||
screenshot?: boolean;
|
||||
headers?: Record<string, string>;
|
||||
replaceAllPathsWithAbsolutePaths?: boolean;
|
||||
};
|
||||
|
||||
export type ExtractorOptions = {
|
||||
|
||||
Reference in New Issue
Block a user