Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit f1ca189

Browse files
committed
Claim unified plan support in UA info.
We'll drop plan-b support soon.
1 parent 64e2aaa commit f1ca189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/base/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export function sysInfo() {
120120
}
121121
info.capabilities = {
122122
continualIceGathering: false,
123-
unifiedPlan: false,
123+
unifiedPlan: true,
124124
streamRemovable: info.runtime.name !== 'Firefox',
125125
};
126126
return info;

0 commit comments

Comments
 (0)