https://github.com/maxnowack/track-loaded-files
track and verify if page files were loaded
https://github.com/maxnowack/track-loaded-files
Last synced: about 1 year ago
JSON representation
track and verify if page files were loaded
- Host: GitHub
- URL: https://github.com/maxnowack/track-loaded-files
- Owner: maxnowack
- Created: 2014-07-23T12:46:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-23T12:49:59.000Z (almost 12 years ago)
- Last Synced: 2025-01-22T02:35:38.993Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Track-Loaded-Files
==================
This class can track and verify if page files were loaded.
It can generate URLs that for links and other page elemements for serving files dynamically.
The class can keep track of linked and downloaded files using session variables, so it can verify if the user browser has really loaded the linked files.
*Original creation date is 2014-03-12. I've just migrated to github. Source:
http://www.phpclasses.org/package/6827-PHP-Track-and-verify-if-page-files-were-loaded.html*