Page 1 of 1

Are chrome_x00_percent.pak actually needed?

PostPosted: Fri Jul 02, 2021 11:17 am
by Astaroth
I noticed cef_[100|200]_percent.pak were renamed from cef_* to chrome_* recently.

Then, I noticed my app seems to work without these files.

What do they actually do?

Re: Are chrome_x00_percent.pak actually needed?

PostPosted: Fri Jul 02, 2021 12:20 pm
by magreenblatt
They contain resources for DevTools, chrome:// pages, PDF viewer, etc. It's possible that you don't need them if you don't use any of those resources, but it may also cause some things to fail unexpectedly.