We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4000215 commit 13d6410Copy full SHA for 13d6410
src/content-feature.js
@@ -97,7 +97,6 @@ export default class ContentFeature {
97
*/
98
_createMessagingContext () {
99
const injectName = import.meta.injectName
100
- if (typeof injectName === 'undefined') throw new Error('import.meta.injectName missing')
101
const contextName = injectName === 'apple-isolated'
102
? 'contentScopeScriptsIsolated'
103
: 'contentScopeScripts'
0 commit comments