-
Notifications
You must be signed in to change notification settings - Fork 535
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
Support Multiple Drivers In IFrames #1312
Conversation
…into iframe-multiple-drivers
…into iframe-multiple-drivers
* Api that creates the protocol to factory map. | ||
* @param documentServiceFactories - A single factory or array of document factories. | ||
*/ | ||
export function createProtocolToFactoryMapping( |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…into iframe-multiple-drivers
…murphy/FluidFramework into iframe-multiple-drivers
fixes #1326