Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit b3f3046

Browse files
NotWoodsinexorabletash
authored andcommitted
Fix #19275: Remove lastModifiedDate (#19681)
lastModifiedDate is now outdated per w3c/IndexedDB#300 A historical test already exists for the property: https://github.com/web-platform-tests/wpt/blob/master/FileAPI/historical.https.html#L58
1 parent 01fc476 commit b3f3046

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

IndexedDB/structured-clone.any.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,6 @@ cloneObjectTest(
288288
assert_equals(orig.type, clone.type);
289289
assert_equals(orig.name, clone.name);
290290
assert_equals(orig.lastModified, clone.lastModified);
291-
assert_equals(String(orig.lastModifiedDate),
292-
String(clone.lastModifiedDate));
293291
assert_equals(await orig.text(), await clone.text());
294292
});
295293

0 commit comments

Comments
 (0)