Skip to content

Export browsingContext.BrowsingContext? #994

@domenic

Description

@domenic

WICG/nav-speculation#403 is attempting to add a new event. We'd like to define

speculation.PrefetchStatusUpdatedParameters = {
   context: browsingContext.BrowsingContext,  
   url: text,
   status: speculation.PreloadingStatus
}

but cannot because it is not exported.

https://webbluetoothcg.github.io/web-bluetooth/#issue-194ad560 seems to be a similar issue.

This seems like it would be a common problem, so, maybe this is working as intended and I can't quite understand why? If so, some guidance for other module writers would be helpful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions