what is the difference between window.open() and $window.open() methods.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2022 06:11 AM
I see some of the widgets are using $window.open() and others are using $window.open().
Similarly, some are using window.postMessage() and others are using $window.postMessage().
Is there any difference between them like with/without "$" symbol infront of it. ??
Please let me know if you have any information.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2023 07:14 AM
Unfortunately, I couldn't find the concrete information about their usage/performance. So, I ended up without changing the things..