ivansandrk / multi-apps

Repository hosting the feature explainer
Other
26 stars 0 forks source link

Use of URLMismatchError(?) #6

Closed bathos closed 1 year ago

bathos commented 1 year ago

URLMismatchError is being marked as deprecated. It seems the behind-a-flag implementation of this proposal (I think — not 100% sure I landed in the right place) is using it. This error code isn’t used by anything else. I don’t know if there’s spec text to go with subApps yet, but heads-up that you may want to swap in a different error code if/when there is.

navigator.subApps.add rejecting with URLMismatchError

ivansandrk commented 1 year ago

Thanks for the heads-up, that's useful! Will make sure to swap in a different error code.

(and you're correct - no spec yet)

ivansandrk commented 1 year ago

This is fixed now, thanks!

https://bugs.chromium.org/p/chromium/issues/detail?id=1393343