trisquel-icecat/icecat/testing/web-platform/tests/fetch/fetch-later/non-secure.window.js

5 lines
141 B
JavaScript

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