- Source:
Methods
(static) appendBuildHash(strURL) → {String}
Ensure that a URL has a query argument named h
, representing the build hash.
Parameters:
Name | Type | Description |
---|---|---|
strURL |
String |
- Source:
Returns:
- Type
- String
(static) asap(func) → {Number}
Run a function as soon as possible, in the next main loop iteration.
Parameters:
Name | Type | Description |
---|---|---|
func |
function | function to run |
- Source:
Returns:
a timeout handle
- Type
- Number