<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [worker-tls](./worker-tls.md) &gt; [IWorkerCodes](./worker-tls.iworkercodes.md) &gt; [iife](./worker-tls.iworkercodes.iife.md)

## IWorkerCodes.iife property

在 Wokrer 中会被立即执行的函数

**Signature:**

```typescript
iife?: Optional<AnyFunction[]>;
```

## Remarks

这些函数会被作为 立即调用函数在 Worker 启动时作为顶层代码被立即执行；

