Enums such as those for chrome.offscreen are rendered in the same order they are entered into the IDL source file. Rather than editing all source files to put enums in alphabetical order, we should just call a sorting function at the time the IDL is rendered as API reference.
Enums such as those for
chrome.offscreen
are rendered in the same order they are entered into the IDL source file. Rather than editing all source files to put enums in alphabetical order, we should just call a sorting function at the time the IDL is rendered as API reference.