1.0.0 • Published 11 years ago
dnt-polyfill v1.0.0
doNotTrack polyfill
Based on docs in mdn here is a polyfill for cross browser detection of the doNotTrack setting.
var dnt = require('dnt')
dnt(window) // -> true || false1.0.0
11 years ago
Based on docs in mdn here is a polyfill for cross browser detection of the doNotTrack setting.
var dnt = require('dnt')
dnt(window) // -> true || false11 years ago