5 lines
141 B
JavaScript
5 lines
141 B
JavaScript
'use strict';
|
|
|
|
test(() => {
|
|
assert_false(window.hasOwnProperty('fetchLater'));
|
|
}, `fetchLater() is not supported in non-secure context.`);
|