Skip to content

Commit

Permalink
feat: add compress option to QuickJsOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
asiaziola committed Feb 27, 2024
1 parent 7c02f8b commit 0e31256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/modules/impl/HandlerExecutorFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ export interface QuickJsOptions {
maxStackSize?: number;
interruptCycles?: number;
timeout?: number;
compress?: boolean;
}

export interface QuickJsPluginMessage {
Expand Down

0 comments on commit 0e31256

Please sign in to comment.