* ``` browsingContext.createGroup(Extensible) => id browsingContext.closeGroup(id) # without running before unload browsingContext.getGroups() # only IDs are needed browsingContext.CreateParameters = { type: browsingContext.CreateType, ? referenceContext: browsingContext.BrowsingContext, ? background: bool .default false ? group: BrowsingContext.Group / null } browsingContext.GetTreeParameters = { ? maxDepth: js-uint, ? root: browsingContext.BrowsingContext, ? group: BrowsingContext.Group / null } browsingContext.Info = { context: browsingContext.BrowsingContext, url: text, children: browsingContext.InfoList / null ? parent: browsingContext.BrowsingContext / null, ? group: BrowsingContext.Group / null } ```