JavaScript/PHP の設定は、sakuraエディタ 導入時点では入っていないので設定する必要があります

-

サクラエディタ初心者なら必ず入れたい便利機能3選 | CodeCampus


-

blog.codecamp.jp

-
ちなみに、hatenablog.js の内容
-
!function e(t,n,r){function o(a,s){if(!n[a]){if(!t[a]){var u="function"==typeof require&&require;if(!s&&u)return u(a,!0);if(i)return i(a,!0);var c=new Error("Cannot find module '"+a+"'");throw c.code="MODULE_NOT_FOUND",c}var l=n[a]={exports:{}};t[a][0].call(l.exports,function(e){var n=t[a][1][e];return o(n||e)},l,l.exports,e,t,n,r)}return n[a].exports}for(var i="function"==typeof require&&require,a=0;a<r.length;a++)o(r[a]);return o}({1:[function(e,t,n){(function(t,r){"use strict";function o(e,t){function n(){this.constructor=e}Q(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}function i(e,t,n,r){return new(n||(n=Promise))(function(o,i){function a(e){try{u(r.next(e))}catch(e){i(e)}}function s(e){try{u(r.throw(e))}catch(e){i(e)}}function u(e){e.done?o(e.value):new n(function(t){t(e.value)}).then(a,s)}u*1.next())})}function a(e,t){function n(e){return function(t){return r([e,t])}}function r(n){if(o)throw new TypeError("Generator is already executing.");for(;u;)try{if(o=1,i&&(a=2&n[0]?i.return:n[0]?i.throw||*2.done)return a;switch(i=0,a&&(n=[2&n[0],a.value]),n[0]){case 0:case 1:a=n;break;case 4:return u.label++,{value:n[1],done:!1};case 5:u.label++,i=n[1],n=[0];continue;case 7:n=u.ops.pop(),u.trys.pop();continue;default:if(a=u.trys,!(a=a.length>0&&a[a.length-1])&&(6===n[0]||2===n[0])){u=0;continue}if(3===n[0]&&(!a||n[1]>a[0]&&n[1]<a[3])){u.label=n[1];break}if(6===n[0]&&u.label<a[1]){u.label=a[1],a=n;break}if(a&&u.label<a[2]){u.label=a[2],u.ops.push(n);break}a[2]&&u.ops.pop(),u.trys.pop();continue}n=t.call(e,u)}catch(e){n=[6,e],i=0}finally{o=a=0}if(5&n[0])throw n[1];return{value:n[0]?n[1]:void 0,done:!0}}var o,i,a,s,u={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:,ops:};return s={next:n(0),throw:n(1),return:n(2)},"function"==typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s}function s(e){var t="function"==typeof Symbol&&e[Symbol.iterator],n=0;return t?t.call(e):{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}}}function u(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,i=n.call(e),a=;try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return a}function c(){for(var e=,t=0;t<arguments.length;t++)e=e.concat(u(arguments[t]));return e}function l(e){return

(以下略)


-
設定されていないと、このように、プログラムが読みにくいので、sakuraエディタで色分けするように設定しましょう
-
設定用キーワード集 *.kwd 形式

//サクラエディタJavaScriptキーワード
//
//
//文と宣言
break
class
const
continue
debugger
default
do
export
for
each
in
of
function
if
else
import
let
return
switch
case
throw
try
catch
var
while
with
true
false
//式と演算子
delete
function*
instanceof
new
target
new.target
super
this
typeof
void
yield
yield*
//クラス
constructor
extends
static
//標準オブジェクト・値プロパティ
Infinity
NaN
undefined
null
//標準オブジェクト・関数プロパティ
eval
uneval
isFinite
isNaN
parseFloat
parseInt
decodeURI
decodeURIComponent
encodeURI
encodeURIComponent
escape
unescape
//標準オブジェクト・Boolean
Boolean
toSource
Boolean.prototype.toSource
toString
Boolean.prototype.toString
valueOf
Boolean.prototype.valueOf
//標準オブジェクト・Number
Number
EPSILON
Number.EPSILON
MAX_SAFE_INTEGER
Number.MAX_SAFE_INTEGER
MAX_VALUE
Number.MAX_VALUE
MIN_SAFE_INTEGER
Number.MIN_SAFE_INTEGER
MIN_VALUE
Number.MIN_VALUE
NEGATIVE_INFINITY
Number.NEGATIVE_INFINITY
Number.NaN
POSITIVE_INFINITY
Number.POSITIVE_INFINITY
Number.isFinite
isInteger
Number.isInteger
Number.isNaN
isSafeInteger
Number.isSafeInteger
Number.parseFloat
Number.parseInt
toExponential
Number.prototype.toExponential
toFixed
Number.prototype.toFixed
toLocaleString
Number.prototype.toLocaleString
toPrecision
Number.prototype.toPrecision
Number.prototype.toSource
Number.prototype.toString
Number.prototype.valueOf
toInteger
Number.toInteger
prototype
//標準オブジェクト・Math
Math
E
Math.E
LN10
Math.LN10
LN2
Math.LN2
LOG10E
Math.LOG10E
LOG2E
Math.LOG2E
PI
Math.PI
SQRT1_2
Math.SQRT1_2
SQRT2
Math.SQRT2
abs
Math.abs
acos
Math.acos
acosh
Math.acosh
asin
Math.asin
asinh
Math.asinh
atan
Math.atan
atan2
Math.atan2
atanh
Math.atanh
cbrt
Math.cbrt
ceil
Math.ceil
clz32
Math.clz32
cos
Math.cos
cosh
Math.cosh
exp
Math.exp
expm1
Math.expm1
floor
Math.floor
fround
Math.fround
hypot
Math.hypot
imul
Math.imul
log
Math.log
log10
Math.log10
log1p
Math.log1p
log2
Math.log2
max
Math.max
min
Math.min
pow
Math.pow
random
Math.random
round
Math.round
sign
Math.sign
sin
Math.sin
sinh
Math.sinh
sqrt
Math.sqrt
tan
Math.tan
tanh
Math.tanh
trunc
Math.trunc
//標準オブジェクト・Date
Date
UTC
Date.UTC
now
Date.now
parse
Date.parse
getDate
Date.prototype.getDate
getDay
Date.prototype.getDay
getFullYear
Date.prototype.getFullYear
getHours
Date.prototype.getHours
getMilliseconds
Date.prototype.getMilliseconds
getMinutes
Date.prototype.getMinutes
getMonth
Date.prototype.getMonth
getSeconds
Date.prototype.getSeconds
getTime
Date.prototype.getTime
getTimezoneOffset
Date.prototype.getTimezoneOffset
getUTCDate
Date.prototype.getUTCDate
getUTCDay
Date.prototype.getUTCDay
getUTCFullYear
Date.prototype.getUTCFullYear
getUTCHours
Date.prototype.getUTCHours
getUTCMilliseconds
Date.prototype.getUTCMilliseconds
getUTCMinutes
Date.prototype.getUTCMinutes
getUTCMonth
Date.prototype.getUTCMonth
getUTCSeconds
Date.prototype.getUTCSeconds
getYear
Date.prototype.getYear
setDate
Date.prototype.setDate
setFullYear
Date.prototype.setFullYear
setHours
Date.prototype.setHours
setMilliseconds
Date.prototype.setMilliseconds
setMinutes
Date.prototype.setMinutes
setMonth
Date.prototype.setMonth
setSeconds
Date.prototype.setSeconds
setTime
Date.prototype.setTime
setUTCDate
Date.prototype.setUTCDate
setUTCFullYear
Date.prototype.setUTCFullYear
setUTCHours
Date.prototype.setUTCHours
setUTCMilliseconds
Date.prototype.setUTCMilliseconds
setUTCMinutes
Date.prototype.setUTCMinutes
setUTCMonth
Date.prototype.setUTCMonth
setUTCSeconds
Date.prototype.setUTCSeconds
setYear
Date.prototype.setYear
toDateString
Date.prototype.toDateString
toGMTString
Date.prototype.toGMTString
toISOString
Date.prototype.toISOString
toJSON
Date.prototype.toJSON
toLocaleDateString
Date.prototype.toLocaleDateString
toLocaleFormat
Date.prototype.toLocaleFormat
Date.prototype.toLocaleString
toLocaleTimeString
Date.prototype.toLocaleTimeString
Date.prototype.toSource
Date.prototype.toString
toTimeString
Date.prototype.toTimeString
toUTCString
Date.prototype.toUTCString
Date.prototype.valueOf
//標準オブジェクト・String
String
length
String.length
fromCharCode
String.fromCharCode
fromCodePoint
String.fromCodePoint
anchor
String.prototype.anchor
big
String.prototype.big
blink
String.prototype.blink
bold
String.prototype.bold
charAt
String.prototype.charAt
charCodeAt
String.prototype.charCodeAt
codePointAt
String.prototype.codePointAt
concat
String.prototype.concat
endsWith
String.prototype.endsWith
fixed
String.prototype.fixed
fontcolor
String.prototype.fontcolor
fontsize
String.prototype.fontsize
includes
String.prototype.includes
indexOf
String.prototype.indexOf
italics
String.prototype.italics
lastIndexOf
String.prototype.lastIndexOf
link
String.prototype.link
localeCompare
String.prototype.localeCompare
match
String.prototype.match
normalize
String.prototype.normalize
quote
String.prototype.quote
repeat
String.prototype.repeat
replace
String.prototype.replace
search
String.prototype.search
slice
String.prototype.slice
small
String.prototype.small
split
String.prototype.split
startsWith
String.prototype.startsWith
strike
String.prototype.strike
sub
String.prototype.sub
substr
String.prototype.substr
substring
String.prototype.substring
sup
String.prototype.sup
toLocaleLowerCase
String.prototype.toLocaleLowerCase
toLocaleUpperCase
String.prototype.toLocaleUpperCase
toLowerCase
String.prototype.toLowerCase
String.prototype.toSource
String.prototype.toString
toUpperCase
String.prototype.toUpperCase
trim
String.prototype.trim
trimLeft
String.prototype.trimLeft
trimRight
String.prototype.trimRight
String.prototype.valueOf
raw
String.raw
//標準オブジェクト・RegExp
RegExp
input
RegExp.input
lastMatch
RegExp.lastMatch
lastParen
RegExp.lastParen
leftContext
RegExp.leftContext
flags
RegExp.prototype.flags
global
RegExp.prototype.global
ignoreCase
RegExp.prototype.ignoreCase
multiline
RegExp.prototype.multiline
source
RegExp.prototype.source
sticky
RegExp.prototype.sticky
unicode
RegExp.prototype.unicode
rightContext
RegExp.rightContext
lastIndex
RegExp.lastIndex
compile
RegExp.prototype.compile
exec
RegExp.prototype.exec
test
RegExp.prototype.test
RegExp.prototype.toSource
RegExp.prototype.toString
//標準オブジェクト・Array
Array
unscopables
Array.length
from
Array.from
isArray
Array.isArray
observe
Array.observe
Array.of
Array.prototype.concat
copyWithin
Array.prototype.copyWithin
entries
Array.prototype.entries
every
Array.prototype.every
fill
Array.prototype.fill
filter
Array.prototype.filter
find
Array.prototype.find
findIndex
Array.prototype.findIndex
forEach
Array.prototype.forEach
Array.prototype.includes
Array.prototype.indexOf
join
Array.prototype.join
keys
Array.prototype.keys
Array.prototype.lastIndexOf
map
Array.prototype.map
pop
Array.prototype.pop
push
Array.prototype.push
reduce
Array.prototype.reduce
reduceRight
Array.prototype.reduceRight
reverse
Array.prototype.reverse
shift
Array.prototype.shift
Array.prototype.slice
some
Array.prototype.some
sort
Array.prototype.sort
splice
Array.prototype.splice
Array.prototype.toLocaleString
Array.prototype.toSource
Array.prototype.toString
unshift
Array.prototype.unshift
values
Array.prototype.values
iterator
unobserve
Array.unobserve
species
Int8Array
Uint8Array
Uint8ClampedArray
Int16Array
Uint16Array
Int32Array
Uint32Array
Float32Array
Float64Array
//標準オブジェクト・ArrayBuffer
ArrayBuffer
byteLength
ArrayBuffer.prototype.byteLength
isView
ArrayBuffer.isView
ArrayBuffer.prototype.slice
transfer
ArrayBuffer.transfer
//標準オブジェクト・JSON
JSON
JSON.parse
stringify
JSON.stringify
//API・console
console
assert
console.assert
clear
console.clear
count
console.count
dir
console.dir
dirxml
console.dirxml
error
console.error
group
console.group
groupCollapsed
console.groupCollapsed
groupEnd
console.groupEnd
info
console.info
console.log
profile
console.profile
profileEnd
console.profileEnd
table
console.table
time
console.time
timeEnd
console.timeEnd
timeStamp
console.timeStamp
trace
console.trace
warn
console.warn
//API・window
window
applicationCache
window.applicationCache
caches
window.caches
closed
window.closed
controllers
window.controllers
crypto
window.crypto
defaultStatus
window.defaultStatus
devicePixelRatio
window.devicePixelRatio
dialogArguments
window.dialogArguments
directories
window.directories
document
window.document
frameElement
window.frameElement
frames
window.frames
fullScreen
window.fullScreen
history
window.history
indexedDB
window.indexedDB
innerHeight
window.innerHeight
innerWidth
window.innerWidth
isSecureContext
window.isSecureContext
window.length
localStorage
window.localStorage
location
window.location
locationbar
window.locationbar
menubar
window.menubar
messageManager
window.messageManager
mozAnimationStartTime
window.mozAnimationStartTime
mozInnerScreenX
window.mozInnerScreenX
mozInnerScreenY
window.mozInnerScreenY
mozPaintCount
window.mozPaintCount
name
window.name
navigator
window.navigator
onabort
window.onabort
onafterprint
window.onafterprint
onbeforeprint
window.onbeforeprint
onbeforeunload
window.onbeforeunload
onblur
window.onblur
onchange
window.onchange
onclick
window.onclick
onclose
window.onclose
oncontextmenu
window.oncontextmenu
ondblclick
window.ondblclick
ondevicelight
window.ondevicelight
ondevicemotion
window.ondevicemotion
ondeviceorientation
window.ondeviceorientation
ondeviceproximity
window.ondeviceproximity
ondragdrop
window.ondragdrop
onerror
window.onerror
onfocus
window.onfocus
onhashchange
window.onhashchange
oninput
window.oninput
onkeydown
window.onkeydown
onkeypress
window.onkeypress
onkeyup
window.onkeyup
onlanguagechange
window.onlanguagechange
onload
window.onload
onmousedown
window.onmousedown
onmousemove
window.onmousemove
onmouseout
window.onmouseout
onmouseover
window.onmouseover
onmouseup
window.onmouseup
onmozbeforepaint
window.onmozbeforepaint
onpaint
window.onpaint
onpointercancel
window.onpointercancel
onpointerdown
window.onpointerdown
onpointerenter
window.onpointerenter
onpointerleave
window.onpointerleave
onpointermove
window.onpointermove
onpointerout
window.onpointerout
onpointerover
window.onpointerover
onpointerup
window.onpointerup
onpopstate
window.onpopstate
onrejectionhandled
window.onrejectionhandled
onreset
window.onreset
onresize
window.onresize
onscroll
window.onscroll
onselect
window.onselect
onselectstart
window.onselectstart
onstorage
window.onstorage
onsubmit
window.onsubmit
ontouchcancel
window.ontouchcancel
ontouchmove
window.ontouchmove
ontouchstart
window.ontouchstart
onunhandledrejection
window.onunhandledrejection
onunload
window.onunload
onuserproximity
window.onuserproximity
opener
window.opener
outerHeight
window.outerHeight
outerWidth
window.outerWidth
parent
window.parent
performance
window.performance
personalbar
window.personalbar
pkcs11
window.pkcs11
screen
window.screen
screenX
window.screenX
screenY
window.screenY
scrollbars
window.scrollbars
scrollMaxX
window.scrollMaxX
scrollMaxY
window.scrollMaxY
scrollX
window.scrollX
scrollY
window.scrollY
self
window.self
sessionStorage
window.sessionStorage
sidebar
window.sidebar
speechSynthesis
window.speechSynthesis
status
window.status
statusbar
window.statusbar
toolbar
window.toolbar
top
window.top
URL
window.URL
window.window
alert
window.alert
atob
window.atob
back
window.back
blur
window.blur
btoa
window.btoa
cancelAnimationFrame
window.cancelAnimationFrame
cancelIdleCallback
window.cancelIdleCallback
captureEvents
window.captureEvents
clearImmediate
window.clearImmediate
clearInterval
window.clearInterval
clearTimeout
window.clearTimeout
close
window.close
confirm
window.confirm
convertPointFromNodeToPage
window.convertPointFromNodeToPage
createImageBitmap
window.createImageBitmap
dump
window.dump
event
window.event
fetch
window.fetch
window.find
focus
window.focus
forward
window.forward
getAttention
window.getAttention
getComputedStyle
window.getComputedStyle
getDefaultComputedStyle
window.getDefaultComputedStyle
getSelection
window.getSelection
home
window.home
matchMedia
window.matchMedia
minimize
window.minimize
moveBy
window.moveBy
moveTo
window.moveTo
open
window.open
openDialog
window.openDialog
postMessage
window.postMessage
print
window.print
prompt
window.prompt
releaseEvents
window.releaseEvents
requestAnimationFrame
window.requestAnimationFrame
requestIdleCallback
window.requestIdleCallback
resizeBy
window.resizeBy
resizeTo
window.resizeTo
restore
window.restore
routeEvent
window.routeEvent
scroll
window.scroll
scrollBy
window.scrollBy
scrollByLines
window.scrollByLines
scrollByPages
window.scrollByPages
scrollTo
window.scrollTo
setCursor
window.setCursor
setImmediate
window.setImmediate
setInterval
window.setInterval
setTimeout
window.setTimeout
showModalDialog
window.showModalDialog
sizeToContent
window.sizeToContent
stop
window.stop
updateCommands
window.updateCommands
pageXOffset
window.pageXOffset
pageYOffset
window.pageYOffset
//API・document
activeElement
document.activeElement
alinkColor
document.alinkColor
anchors
document.anchors
applets
document.applets
async
document.async
bgColor
document.bgColor
body
document.body
characterSet
document.characterSet
childElementCount
document.childElementCount
children
document.children
compatMode
document.compatMode
contentType
document.contentType
currentScript
document.currentScript
defaultView
document.defaultView
designMode
document.designMode
document.dir
doctype
document.doctype
documentElement
document.documentElement
documentURI
document.documentURI
documentURIObject
document.documentURIObject
domain
document.domain
domConfig
document.domConfig
embeds
document.embeds
fgColor
document.fgColor
firstElementChild
document.firstElementChild
forms
document.forms
head
document.head
height
document.height
images
document.images
implementation
document.implementation
lastElementChild
document.lastElementChild
lastModified
document.lastModified
lastStyleSheetSet
document.lastStyleSheetSet
linkColor
document.linkColor
links
document.links
document.location
mozFullScreen
document.mozFullScreen
mozFullScreenElement
document.mozFullScreenElement
mozFullScreenEnabled
document.mozFullScreenEnabled
mozSyntheticDocument
document.mozSyntheticDocument
document.onabort
onafterscriptexecute
document.onafterscriptexecute
onbeforescriptexecute
document.onbeforescriptexecute
document.onblur
document.onchange
document.onclick
document.onclose
document.oncontextmenu
document.ondblclick
document.onerror
document.onfocus
document.oninput
document.onkeydown
document.onkeypress
document.onkeyup
document.onload
document.onmousedown
document.onmousemove
document.onmouseout
document.onmouseover
document.onmouseup
onoffline
document.onoffline
ononline
document.ononline
document.onpointercancel
document.onpointerdown
document.onpointerenter
document.onpointerleave
document.onpointermove
document.onpointerout
document.onpointerover
document.onpointerup
document.onreset
document.onresize
document.onscroll
document.onselect
onselectionchange
document.onselectionchange
document.onselectstart
document.onsubmit
document.ontouchcancel
document.ontouchmove
document.ontouchstart
origin
document.origin
plugins
document.plugins
pointerLockElement
document.pointerLockElement
popupNode
document.popupNode
preferredStyleSheetSet
document.preferredStyleSheetSet
readyState
document.readyState
referrer
document.referrer
scripts
document.scripts
scrollingElement
document.scrollingElement
selectedStyleSheetSet
document.selectedStyleSheetSet
styleSheets
document.styleSheets
styleSheetSets
document.styleSheetSets
title
document.title
tooltipNode
document.tooltipNode
document.URL
vlinkColor
document.vlinkColor
width
document.width
xmlEncoding
document.xmlEncoding
xmlVersion
document.xmlVersion
adoptNode
document.adoptNode
caretPositionFromPoint
document.caretPositionFromPoint
caretRangeFromPoint
document.caretRangeFromPoint
document.clear
document.close
createAttribute
document.createAttribute
createCDATASection
document.createCDATASection
createComment
document.createComment
createDocumentFragment
document.createDocumentFragment
createElement
document.createElement
createElementNS
document.createElementNS
createEntityReference
document.createEntityReference
createEvent
document.createEvent
createExpression
document.createExpression
createNodeIterator
document.createNodeIterator
createNSResolver
document.createNSResolver
createProcessingInstruction
document.createProcessingInstruction
createRange
document.createRange
createTextNode
document.createTextNode
createTouch
document.createTouch
createTouchList
document.createTouchList
createTreeWalker
document.createTreeWalker
elementFromPoint
document.elementFromPoint
enableStyleSheetsForSet
document.enableStyleSheetsForSet
evaluate
document.evaluate
execCommand
document.execCommand
exitPointerLock
document.exitPointerLock
getBoxObjectFor
document.getBoxObjectFor
getElementById
document.getElementById
getElementsByClassName
document.getElementsByClassName
getElementsByName
document.getElementsByName
getElementsByTagName
document.getElementsByTagName
getElementsByTagNameNS
document.getElementsByTagNameNS
document.getSelection
hasFocus
document.hasFocus
importNode
document.importNode
loadOverlay
document.loadOverlay
mozCancelFullScreen
document.mozCancelFullScreen
mozSetImageElement
document.mozSetImageElement
document.open
queryCommandEnabled
document.queryCommandEnabled
queryCommandSupported
document.queryCommandSupported
querySelector
document.querySelector
querySelectorAll
document.querySelectorAll
registerElement
document.registerElement
releaseCapture
document.releaseCapture
write
document.write
writeln
document.writeln
cookie
document.cookie
//API・element
element
accessKey
element.accessKey
attributes
element.attributes
element.childElementCount
element.children
classList
element.classList
className
element.className
clientHeight
element.clientHeight
clientLeft
element.clientLeft
clientTop
element.clientTop
clientWidth
element.clientWidth
currentStyle
element.currentStyle
element.firstElementChild
id
element.id
innerHTML
element.innerHTML
element.lastElementChild
localName
element.localName
element.name
namespaceURI
element.namespaceURI
nextElementSibling
element.nextElementSibling
ongotpointercapture
element.ongotpointercapture
onlostpointercapture
element.onlostpointercapture
onwheel
element.onwheel
outerHTML
element.outerHTML
prefix
element.prefix
previousElementSibling
element.previousElementSibling
runtimeStyle
element.runtimeStyle
scrollHeight
element.scrollHeight
scrollLeft
element.scrollLeft
scrollLeftMax
element.scrollLeftMax
scrollTop
element.scrollTop
scrollTopMax
element.scrollTopMax
scrollWidth
element.scrollWidth
tabStop
element.tabStop
tagName
element.tagName
after
element.after
animate
element.animate
append
element.append
before
element.before
closest
element.closest
getAttribute
element.getAttribute
getAttributeNode
element.getAttributeNode
getAttributeNodeNS
element.getAttributeNodeNS
getAttributeNS
element.getAttributeNS
getBoundingClientRect
element.getBoundingClientRect
getClientRects
element.getClientRects
element.getElementsByClassName
element.getElementsByTagName
element.getElementsByTagNameNS
hasAttribute
element.hasAttribute
hasAttributeNS
element.hasAttributeNS
hasAttributes
element.hasAttributes
insertAdjacentElement
element.insertAdjacentElement
insertAdjacentHTML
element.insertAdjacentHTML
insertAdjacentText
element.insertAdjacentText
matches
element.matches
prepend
element.prepend
element.querySelector
element.querySelectorAll
releasePointerCapture
element.releasePointerCapture
remove
element.remove
removeAttribute
element.removeAttribute
removeAttributeNode
element.removeAttributeNode
removeAttributeNS
element.removeAttributeNS
replaceWith
element.replaceWith
requestFullscreen
element.requestFullscreen
requestPointerLock
element.requestPointerLock
scrollIntoView
element.scrollIntoView
scrollIntoViewIfNeeded
element.scrollIntoViewIfNeeded
setAttribute
element.setAttribute
setAttributeNode
element.setAttributeNode
setAttributeNodeNS
element.setAttributeNodeNS
setAttributeNS
element.setAttributeNS
setCapture
element.setCapture
setPointerCapture
element.setPointerCapture
//API・screen
availHeight
screen.availHeight
availLeft
screen.availLeft
availTop
screen.availTop
availWidth
screen.availWidth
colorDepth
screen.colorDepth
screen.height
left
screen.left
mozBrightness
screen.mozBrightness
mozEnabled
screen.mozEnabled
onorientationchange
screen.onorientationchange
orientation
screen.orientation
pixelDepth
screen.pixelDepth
screen.top
screen.width
lockOrientation
screen.lockOrientation
unlockOrientation
screen.unlockOrientation
//API・navigator
appCodeName
window.navigator.appCodeName
appName
window.navigator.appName
appVersion
window.navigator.appVersion
battery
window.navigator.battery
buildID
cookieEnabled
doNotTrack
Navigator.doNotTrack
geolocation
Navigator.geolocation
navigator.id
language
window.navigator.language
languages
navigator.languages
maxTouchPoints
Navigator.maxTouchPoints
mediaDevices
Navigator.mediaDevices
mozAlarms
Navigator.mozAlarms
mozApps
window.navigator.mozApps
mozAudioChannelManager
Navigator.mozAudioChannelManager
mozBluetooth
Navigator.mozBluetooth
mozCamera
Navigator.mozCamera
mozCameras
window.navigator.mozCameras
mozContacts
Navigator.mozContacts
mozFMRadio
Navigator.mozFMRadio
mozMobileConnections
Navigator.mozMobileConnections
mozMobileMessage
Navigator.mozMobileMessage
mozNetworkStats
Navigator.mozNetworkStats
mozNfc
Navigator.mozNfc
mozNotification
Navigator.mozNotification
mozPermissionSettings
Navigator.mozPermissionSettings
mozPower
Navigator.mozPower
mozSettings
window.navigator.mozSettings
mozSms
window.navigator.mozSms
mozSocial
navigator.mozSocial
mozTCPSocket
Navigator.mozTCPSocket
mozTelephony
Navigator.mozTelephony
mozTime
Navigator.mozTime
mozVoicemail
Navigator.mozVoicemail
mozWifiManager
Navigator.mozWifiManager
onLine
window.navigator.onLine
oscpu
window.navigator.oscpu
platform
window.navigator.platform
product
window.navigator.product
productSub
window.navigator.productSub
Navigator.push
serviceWorker
Navigator.serviceWorker
userAgent
window.navigator.userAgent
vendor
window.navigator.vendor
vendorSub
window.navigator.vendorSub
addIdleObserver
Navigator.addIdleObserver
getBattery
Navigator.getBattery
getDataStores
Navigator.getDataStores
getDeviceStorage
Navigator.getDeviceStorage
getDeviceStorages
Navigator.getDeviceStorages
getGamepads
Navigator.getGamepads
getUserMedia
Navigator.getUserMedia
getVRDevices
Navigator.getVRDevices
mozHasPendingMessage
Navigator.mozHasPendingMessage
mozIsLocallyAvailable
window.navigator.mozIsLocallyAvailable
mozPay
Navigator.mozPay
mozSetMessageHandler
Navigator.mozSetMessageHandler
registerContentHandler
window.navigator.registerContentHandler
registerProtocolHandler
removeIdleObserver
Navigator.removeIdleObserver
requestMediaKeySystemAccess
Navigator.requestMediaKeySystemAccess
requestWakeLock
Navigator.requestWakeLock
sendBeacon
Navigator.sendBeacon
taintEnabled
NavigatorID.taintEnabled
vibrate
Navigator.vibrate
//API・EventTarget
EventTarget
addEventListener
EventTarget.addEventListener
attachEvent
EventTarget.attachEvent
detachEvent
EventTarget.detachEvent
dispatchEvent
EventTarget.dispatchEvent
fireEvent
EventTarget.fireEvent
removeEventListener
EventTarget.removeEventListener
//API・Storage
Storage
Storage.length
Storage.clear
getItem
Storage.getItem
key
Storage.key
removeItem
Storage.removeItem
setItem
Storage.setItem
//API・Geolocation
Geolocation
clearWatch
Geolocation.clearWatch
getCurrentPosition
Geolocation.getCurrentPosition
watchPosition
Geolocation.watchPosition
//API・Coordinates
Coordinates
accuracy
Coordinates.accuracy
altitude
Coordinates.altitude
altitudeAccuracy
Coordinates.altitudeAccuracy
heading
Coordinates.heading
latitude
Coordinates.latitude
longitude
Coordinates.longitude
speed
Coordinates.speed
//API・Position
Position
coords
Position.coords
timestamp
Position.timestamp
//API・event
Event
bubbles
cancelable
cancelBubble
currentTarget
defaultPrevented
eventPhase
explicitOriginalTarget
isTrusted
originalTarget
returnValue
srcElement
type
initEvent
preventDefault
stopImmediatePropagation
stopPropagation
//イベントリファレンス
abort
afterprint
animationend
animationiteration
animationstart
audioprocess
audioend
audiostart
beforeprint
beforeunload
beginEvent
blocked
boundary
cached
canplay
canplaythrough
change
chargingchange
chargingtimechange
checking
click
compassneedscalibration
compositionend
compositionstart
compositionupdate
complete
contextmenu
copy
cut
dblclick
devicelight
devicemotion
deviceorientation
deviceproximity
dischargingtimechange
DOMActivate
DOMAttributeNameChanged
DOMAttrModified
DOMCharacterDataModified
DOMContentLoaded
DOMElementNameChanged
DOMFocusIn
DOMFocusOut
DOMNodeInserted
DOMNodeInsertedIntoDocument
DOMNodeRemoved
DOMNodeRemovedFromDocument
DOMSubtreeModified
downloading
drag
dragend
dragenter
dragleave
dragover
dragstart
drop
durationchange
emptied
end
ended
endEvent
focusin
focusout
fullscreenchange
fullscreenerror
gamepadconnected
gamepaddisconnected
gotpointercapture
hashchange
lostpointercapture
invalid
keydown
keypress
keyup
languagechange
levelchange
load
loadeddata
loadedmetadata
loadend
loadstart
mark
message
mousedown
mouseenter
mouseleave
mousemove
mouseout
mouseover
mouseup
nomatch
notificationclick
noupdate
obsolete
offline
online
orientationchange
pagehide
pageshow
paste
pause
pointercancel
pointerdown
pointerenter
pointerleave
pointerlockchange
pointerlockerror
pointermove
pointerout
pointerover
pointerup
play
playing
popstate
progress
pushsubscriptionchange
ratechange
readystatechange
repeatEvent
reset
resize
resourcetimingbufferfull
result
resume
seeked
seeking
select
selectstart
selectionchange
show
soundend
soundstart
speechend
speechstart
stalled
start
storage
submit
success
suspend
SVGAbort
SVGError
SVGLoad
SVGResize
SVGScroll
SVGUnload
SVGZoom
timeout
timeupdate
touchcancel
touchend
touchenter
touchleave
touchmove
touchstart
transitionend
unload
updateready
upgradeneeded
userproximity
voiceschanged
versionchange
visibilitychange
volumechange
waiting
wheel


-

*1:r=r.apply(e,t||[]

*2:a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,n[1]