Open

Description
request_type
Current:
request_type: string
Expected:
request_type: RequestType // union type or enum
engine.check
Current:
check(url: string, source_url: string, request_type: string, debug?: boolean): boolean;
Expected:
check(url: string, source_url: string, request_type: string, debug?: boolean): boolean | DebugObject; // it returns object with debug info if debug is true