I'm working within an Angular form that consists of various components. Each component validates its data in turn.
I need to change the component I'm working on to host an iframe, allow the user to enter values within the iframe, send a message to the iframe to tell it to validate the data and then wait for a message event to be returned to determine if the data was valid.
Is it possible to do this within the current thread and so not affect how the rest of the application works?
I'm been trying out various async/promise scenarios but they all end with the async bit of the code running off on a separate thread and the rest of the code running separately.
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Fellow title is reserved for select members who demonstrate sustained contributions, industry leadership, and outstanding performance. We will announce the experts being inducted into the Experts Exchange Fellowship during the annual Expert Awards, but unlike other awards, Fellow is a lifelong status. This title may not be given every year if there are no obvious candidates.
The Most Valuable Expert award recognizes technology experts who passionately share their knowledge with the community, demonstrate the core values of this platform, and go the extra mile in all aspects of their contributions. This award is based off of nominations by EE users and experts. Multiple MVEs may be awarded each year.