resourcetiming-compression
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -6,3 +6,3 @@ { | ||
"author": "Nic Jansma", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"repository": { | ||
@@ -9,0 +9,0 @@ "type": "git", |
# resourcetiming-compression.js | ||
v0.2.0 | ||
v0.2.2 | ||
@@ -112,2 +112,3 @@ [http://nicj.net](http://nicj.net) | ||
* v0.2.2 - 2016-06-01: Add 'html' initiatorType for root page | ||
* v0.2.1 - 2016-04-04: Protect against X-O frame access that crashes some browsers | ||
@@ -114,0 +115,0 @@ * v0.2.0 - 2015-11-23: Export both ResourceTimingCompression and ResourceTimingDecompression from main module |
@@ -47,3 +47,4 @@ // | ||
"css": 4, | ||
"xmlhttprequest": 5 | ||
"xmlhttprequest": 5, | ||
"html": 6 | ||
}; | ||
@@ -259,2 +260,3 @@ | ||
name: frame.location.href, | ||
initiatorType: "html", | ||
startTime: 0, | ||
@@ -278,2 +280,3 @@ redirectStart: navEntry.redirectStart, | ||
name: frame.location.href, | ||
initiatorType: "html", | ||
startTime: 0, | ||
@@ -280,0 +283,0 @@ redirectStart: t.redirectStart ? (t.redirectStart - t.navigationStart) : 0, |
@@ -47,3 +47,4 @@ // | ||
"css": 4, | ||
"xmlhttprequest": 5 | ||
"xmlhttprequest": 5, | ||
"html": 6 | ||
}; | ||
@@ -50,0 +51,0 @@ |
33736
661
118