We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
「FireFoxだとコメントがスムーズに流れずカクツクのでそこをどうにかしてほしい」
アンケートフォーム より
The text was updated successfully, but these errors were encountered:
再現できた。原因は謎
Sorry, something went wrong.
## 時間精度の低下 タイミング攻撃やフィンガープリンティングから保護するために、video.currentTime の精度はブラウザー設定によっては丸められている可能性があります。Firefox では、privacy.reduceTimerPrecision 環境設定は既定で有効になっており、既定では 2ms になっています。privacy.resistFingerprinting を有効にすることもでき、その場合精度は 100ms または privacy.resistFingerprinting.reduceTimerPrecision.microseconds の値のどちらか大きい方になります。
## 時間精度の低下
タイミング攻撃やフィンガープリンティングから保護するために、video.currentTime の精度はブラウザー設定によっては丸められている可能性があります。Firefox では、privacy.reduceTimerPrecision 環境設定は既定で有効になっており、既定では 2ms になっています。privacy.resistFingerprinting を有効にすることもでき、その場合精度は 100ms または privacy.resistFingerprinting.reduceTimerPrecision.microseconds の値のどちらか大きい方になります。
No branches or pull requests
「FireFoxだとコメントがスムーズに流れずカクツクのでそこをどうにかしてほしい」
アンケートフォーム より
The text was updated successfully, but these errors were encountered: