Skip to content

src: remove ERR prefix in WebCryptoKeyExportStatus

This commit suggests removing the ERR prefix in the WebCryptoKeyExportStatus enum.

The motivation for this is that I think it improves the readability of the code. For example, the following line had me look twice to see what was going on:

  case WebCryptoKeyExportStatus::ERR_OK:
  // Success!
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading