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

wip: core-in-whatever #14740

Closed
wants to merge 0 commits into from
Closed

wip: core-in-whatever #14740

wants to merge 0 commits into from

Conversation

mroz22
Copy link
Contributor

@mroz22 mroz22 commented Oct 7, 2024

extremely unfinished draft

prereq of #14690

we are a little step from having single nice and clean standardized logic for creating client-facing implementations of connect core (that have additional powers such as impl switching) in pretty much any environment. once this is finished it could help us with:

@mroz22 mroz22 changed the title [wip] chore(connect): rename 'getAssetByUrl' to a more apt fn name 'tryLoca… wip: core-in-whatever Oct 7, 2024
@@ -0,0 +1,272 @@
import EventEmitter from 'events';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this new impl should be implemented in

connect/src/index

and also it can be used in connect-web package that is implemented in suite-web to get rid of iframe.

@@ -0,0 +1,153 @@
import EventEmitter from 'events';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

just moved from connect-web

@karliatto
Copy link
Member

I have moved part of this PR into #14740

So we simplify with the dynamic connect. And later on there can be a follow-up for core-in-module for suite-web.

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.

2 participants