i want to check if a [Disable accelerated 2D canvas] chrome://flags/
was set to Disable or Enabled using java script on page load. is there any way ?
Like other internet browsers, Google Chrome supports JavaScript, which is activated to display certain functions or interactive elements like ad banners on Java-based websites.
They are stored in the Browser block of the the plain-text file Local State , which is located in the User Data directory.
Disable and Enable JavaScript in Chrome's Settings Towards the bottom of the drop-down menu that appears, select “Settings”. Find the “Privacy and Security” section and select “Site Settings”. Finally, click “JavaScript” in the “Permissions” group. By default, JavaScript is enabled.
Well, try to answer the question behind: Is user's canvas hardware accelerated?
With a GPU canvas there is virtually no difference in time between a drawImage() onto a rotated and a non rotated context. Comparing same operations with a canvas running on CPU yields big differences.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With