Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kriszyp/ua-optimized
AMD plugin for UA-based optimization of feature-detection-has.js based modules
https://github.com/kriszyp/ua-optimized
Last synced: 21 days ago
JSON representation
AMD plugin for UA-based optimization of feature-detection-has.js based modules
- Host: GitHub
- URL: https://github.com/kriszyp/ua-optimized
- Owner: kriszyp
- Created: 2011-01-31T16:28:32.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-25T17:46:35.000Z (over 13 years ago)
- Last Synced: 2024-10-10T16:50:57.635Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://dojotoolkit.org/
- Size: 97.7 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ua-optimized is an AMD plugin to enable branching to different built JavaScript layers
with built-in known sets of features to create highly optimized applications created
with feature detection. This allows one to write modules using feature detection
and then uses UA sniffing only as a build-time optimization to determine features
(the correct way to use UA sniffing, as it abstracts it away from correct code writing).
To use ua-optimized, load your application entry point module using ua-optimized
as a plugin:require(["ua-optimized!my-app"]);