Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Multiple Drivers In IFrames #1312

Merged

Conversation

anthony-murphy
Copy link
Contributor

@anthony-murphy anthony-murphy commented Feb 22, 2020

fixes #1326

* Api that creates the protocol to factory map.
* @param documentServiceFactories - A single factory or array of document factories.
*/
export function createProtocolToFactoryMapping(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

createProtocolToFactoryMapping [](start = 16, length = 30)

Given that these two functions are not really used as stand-alone, I'd move them as members into DocumentServiceFactoryProtocolMatcher class

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i've removed the exports, but leaving them out of the class for now, as i'm predicting some changes in this area with container create, url creation, etc.

Copy link
Contributor

@vladsud vladsud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support multiple drivers in iframe host
3 participants