Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tmeasday/meteor-location


https://github.com/tmeasday/meteor-location

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

Meteor.Location
==============
A reactive wrapper of `window.location` and the history API.

It automatically intercepts all `` links to the current domain without modifier keys, pushes the old request to the history and sets the intercepted location as current target.

All methods in this class are either reactive (`get*`) or invalidating (`set*`). All functions provide access to the same dependency - the current location. So if you change any part, all `get*`-methods will be invalidated and recalculated.