[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Allows developers to create an additional browser session through the `createAddonSession` function."],["This new session operates independently and is controlled by the add-on using the provided options defined in `AddonSessionOptions`."],["Upon successful creation, it returns a promise that resolves to an `AddonSession` object, granting control and interaction capabilities within that session."]]],["This describes the `createAddonSession` function, which is used to create an add-on session. It accepts `AddonSessionOptions` as input and returns a Promise that resolves to an `AddonSession` object. The function is a required part of the interface, and its properties are not read-only. It takes a parameter of type `AddonSessionOptions`.\n"]]