Closed axmad386 closed 1 year ago
Whats changed:
AsyncLocalStorage
Als
request()
Support binding Symbol to container, instead of just regular string. Symbol will make the binding key more unique. example
const token = Symbol("somekey"); this.app.bind(token, ()=>new Service()); // then anywhere inside application this.app.make(token) // --> will return Service instance
@lunoxjs/view
Whats changed:
AsyncLocalStorage
instance usingAls
facaderequest()
helper for access Http Request instance from anywhereSupport binding Symbol to container, instead of just regular string. Symbol will make the binding key more unique. example
@lunoxjs/view
now support SSR mode. Thanks to globalrequest()
helper.