We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d56793 commit 4677b0aCopy full SHA for 4677b0a
webplayer-example-next/pages/index.tsx
@@ -21,6 +21,7 @@ const Home: NextPage = () => {
21
portForwarding: true,
22
sensors: true,
23
snapshots: true,
24
+ powerManagement: true,
25
});
26
27
const handleCreateDevice = async () => {
webplayer-example-vanilla-js/public/app.js
@@ -24,6 +24,7 @@ const features = {
strace: true,
system: true,
connect: true,
28
};
29
30
// the ID of the element to contain the iframe
0 commit comments