Skip to content

Commit

Permalink
Improve example code
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecat committed Oct 5, 2023
1 parent c06c236 commit b1018ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ navigator.mediaCapabilities
.then((result) => {
console.log(`この構成に対応していま${result.supported ? "" : "せん"}`);
console.log(`スムーズ${result.smooth ? "" : "じゃない"}です。`);
console.log(`電力効率が${result.powerEfficient ? "よい" : "よくない"}です`);
console.log(`電力効率がよ${result.powerEfficient ? "" : "くな"}いです`);
});
```

Expand Down

0 comments on commit b1018ba

Please sign in to comment.