Skip to content

Commit 6ab9ac0

Browse files
authored
web-sys: add WorkerType feature (#2666)
PR #2656 added support settings `type` and `request_credentials` on `WorkerOptions`. However, the `WorkerType` struct` was not exposed, as the feature was not added to Cargo.toml.
1 parent 58e252e commit 6ab9ac0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/web-sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,6 +1387,7 @@ WorkerGlobalScope = ["EventTarget"]
13871387
WorkerLocation = []
13881388
WorkerNavigator = []
13891389
WorkerOptions = []
1390+
WorkerType = []
13901391
Worklet = []
13911392
WorkletGlobalScope = []
13921393
WorkletOptions = []

0 commit comments

Comments
 (0)