Skip to content

gaze #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 10, 2025
Merged

gaze #31

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add: browser environment variable
  • Loading branch information
Hiram-Wong committed Apr 10, 2025
commit 344fc95d7464bab7774594954b2c2795cd7762d9
3 changes: 3 additions & 0 deletions libs/drpyS.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,9 @@ export async function getSandbox(env = {}) {
setInterval,
clearTimeout,
clearInterval,
TextEncoder,
TextDecoder,
performance,
module: {}, // 模块支持
exports: {}, // 模块支持
rule: {}, // 用于存放导出的 rule 对象
Expand Down