Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions injected/src/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const otherFeatures = /** @type {const} */ ([
'messageBridge',
'duckPlayer',
'duckPlayerNative',
'duckAiListener',
'duckAiDataClearing',
'harmfulApis',
'webCompat',
Expand All @@ -38,7 +37,7 @@ const otherFeatures = /** @type {const} */ ([
/** @typedef {baseFeatures[number]|otherFeatures[number]} FeatureName */
/** @type {Record<string, FeatureName[]>} */
export const platformSupport = {
apple: ['webCompat', 'duckPlayerNative', ...baseFeatures, 'duckAiListener', 'duckAiDataClearing', 'pageContext'],
apple: ['webCompat', 'duckPlayerNative', ...baseFeatures, 'duckAiDataClearing', 'pageContext'],
'apple-isolated': [
'duckPlayer',
'duckPlayerNative',
Expand Down Expand Up @@ -74,7 +73,6 @@ export const platformSupport = {
'messageBridge',
'webCompat',
'pageContext',
'duckAiListener',
'duckAiDataClearing',
],
firefox: ['cookie', ...baseFeatures, 'clickToLoad'],
Expand Down
Loading