Skip to content

Commit

Permalink
Add IWA-only category
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobbins committed Dec 8, 2023
1 parent c6c44de commit 03034bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions client-src/elements/form-field-enums.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const FEATURE_CATEGORIES = {
LAYERED: [19, 'Layered APIs'],
WEBASSEMBLY: [20, 'WebAssembly'],
CAPABILITIES: [21, 'Capabilities (Fugu)'],
IWA: [22, 'Isolated Web Apps-specific API'],
};

export const ENTERPRISE_FEATURE_CATEGORIES = {
Expand Down
4 changes: 3 additions & 1 deletion internals/core_enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
LAYERED = 19
WEBASSEMBLY = 20
CAPABILITIES = 21
IWA = 22


PLATFORM_ANDROID = 1
Expand Down Expand Up @@ -104,7 +105,8 @@
WEBRTC: 'WebRTC',
LAYERED: 'Layered APIs',
WEBASSEMBLY: 'WebAssembly',
CAPABILITIES: 'Capabilities (Fugu)'
CAPABILITIES: 'Capabilities (Fugu)',
IWA: 'Isolated Web Apps-specific API',
}

FEATURE_TYPE_INCUBATE_ID = 0
Expand Down

0 comments on commit 03034bf

Please sign in to comment.