Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

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