canjs / can-route

Observable front-end application routing for CanJS.
https://canjs.com/doc/can-route.html
MIT License
10 stars 4 forks source link

Make can-observable-object the default route.data type #250

Closed chasenlehara closed 4 years ago

chasenlehara commented 4 years ago

We need to figure out IE compatibility. Right now can-observable-object is always imported because it’s the default type. I wonder if we should create a separate (define or legacy) module that IE users should import instead?

Part of https://github.com/canjs/canjs/issues/5207

chasenlehara commented 4 years ago

@phillipskevin The IE11 build is passing. This should be good to go now.