This is a backport issue for #12511, automatically created via GitHub Actions workflow initiated by @richard-cox
Original issue body:
Setup
Rancher version: 2.9
Describe the bug
The BLOB code from web-worker is minified, and contains source maps that are then passed over by webpack - that creates a situation of minified code inside BLOB inside minified code which confuses some tools, eg.
That could be fixed, but the only reason to do so would be supporting very old (pre-2013) browsers, so we are better off removing the polyfill altogether.
Expected Result
Validation steps for QA
Browser Tab 1 - Open Pods list and create a trivial pod
Browser Tab 1 - Open browsers dev tools window --> Network tab --> WS tab --> socket connection for the cluster --> MEssages tab
Browser Tab 2 - Nav to edit page for pod and edit it
Browser Tab 1 - See resoure.change message for pod just changed
This is a backport issue for #12511, automatically created via GitHub Actions workflow initiated by @richard-cox
Original issue body:
Setup
Describe the bug The BLOB code from web-worker is minified, and contains source maps that are then passed over by webpack - that creates a situation of minified code inside BLOB inside minified code which confuses some tools, eg.
https://github.com/jantimon/chrome-profile-sourcemap-resolver/pull/4
That could be fixed, but the only reason to do so would be supporting very old (pre-2013) browsers, so we are better off removing the polyfill altogether.
Expected Result Validation steps for QA
resoure.change
message for pod just changedNotes Fallback brought in when fixing another issue - https://github.com/rancher/dashboard/pull/6563