Merge branch 'develop' into release/1.0.11-beta.0

This commit is contained in:
LeoYuan 袁力皓 2022-06-21 10:23:08 +08:00
commit 022643350c

View File

@ -247,7 +247,7 @@ export interface EngineOptions {
/** /**
* *
*/ */
requestHandlersMap: RequestHandlersMap; requestHandlersMap?: RequestHandlersMap;
} }
const getStrictModeValue = (engineOptions: EngineOptions, defaultValue: boolean): boolean => { const getStrictModeValue = (engineOptions: EngineOptions, defaultValue: boolean): boolean => {