index
:
firefox-esr
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testing
/
web-platform
/
tests
/
html
/
semantics
/
scripting-1
/
the-script-element
/
resources
/
cocoa-module.js
blob: 24360a7bfe7e05a0cb253841367e71dc1e93b5c7 (
plain
)
1
2
3
4
5
export
default
class
Cocoa
{
taste
()
{
return
"awesome"
;
}
};