填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

wtfLeave

Used to mark end of Scope.

查看"说明"...

已弃用: the Web Tracing Framework is no longer supported in Angular

const wtfLeave: <T>(scope: any, returnValue?: T) => T;
      
      const wtfLeave: <T>(scope: any, returnValue?: T) => T;
    

说明

  • scope to end.
  • returnValue (optional) to be passed to the WTF.

Returns the `returnValue for easy chaining.